Add test case for endforeach with argument
This commit is contained in:
parent
4dbfb30250
commit
a4b8b9c643
|
@ -16,6 +16,25 @@ endforeach()
|
|||
)
|
||||
)
|
||||
|
||||
=================================
|
||||
No items with endforeach argument
|
||||
=================================
|
||||
|
||||
foreach(var)
|
||||
endforeach(var)
|
||||
|
||||
---
|
||||
(source_file
|
||||
(command_invocation
|
||||
(foreach_loop
|
||||
(foreach_items
|
||||
loop_var: (variable)
|
||||
)
|
||||
(variable)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
========
|
||||
One item
|
||||
========
|
||||
|
|
Loading…
Reference in a new issue