After modify global variable (collection-type), foreach
should get newest value
#17
Labels
bug
Something isn't working
foreach
should get newest value
#17
Description
An action (e.g.,
appendList
in the example) that modifies the global variable (e.g.,foo_list
in the example); and aforeach
that iterates the variable. If both were located in the same activity block, theforeach
didn't get the newerfoo_list
which was modified byappendList
.Scenario Code
Expected Output or Behaviour
Error Message from PSSGen or JAVA
Additional Context (Optional)
Please feel free to add any other context about the problem here.
The text was updated successfully, but these errors were encountered: