Add test case for endforeach with argument

This commit is contained in:
Uy Ha 2021-06-04 16:16:51 +02:00
parent 4dbfb30250
commit a4b8b9c643

View file

@ -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
========