Update foreach test case name

This commit is contained in:
Uy Ha 2021-06-08 00:17:10 +02:00
parent bcb9e4ccfb
commit 03ade79edb

View file

@ -1,6 +1,6 @@
============================ ==================================
Empty foreach loop [foreach] Empty foreach loop [foreach_empty]
============================ ==================================
foreach(var) foreach(var)
endforeach() endforeach()
@ -19,9 +19,9 @@ endforeach()
) )
) )
========================================================= ===============================================================
Empty foreach loop with one argument endforeach [foreach] Empty foreach loop with one argument endforeach [foreach_empty]
========================================================= ===============================================================
foreach(var) foreach(var)
endforeach(var) endforeach(var)
@ -38,12 +38,11 @@ endforeach(var)
(endforeach) (endforeach)
(variable) (variable)
) )
) ))
)
=========================== =================================
Uppercase foreach [foreach] Uppercase foreach [foreach_empty]
=========================== =================================
FOREACH(var) FOREACH(var)
ENDFOREACH() ENDFOREACH()
@ -62,9 +61,9 @@ ENDFOREACH()
) )
) )
============================ ==================================
Mixed case foreach [foreach] Mixed case foreach [foreach_empty]
============================ ==================================
forEach(var) forEach(var)
endForEach() endForEach()