You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When accidentally adding an extra semicolon (i.e., ;) at the end of the if-else statement, PSSGen will be traversed incorrectly and any previous action may be re-executed.
Description
When accidentally adding an extra semicolon (i.e.,
;
) at the end of theif-else
statement, PSSGen will be traversed incorrectly and any previous action may be re-executed.Scenario Code
Expected Output or Behaviour
test.s.golden:
Error Message from PSSGen or JAVA
test.s:
Error Message:
The text was updated successfully, but these errors were encountered: