1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00
Beef/IDE/Tests/Test1/scripts/Bug001.txt
2019-08-23 11:56:54 -07:00

9 lines
No EOL
250 B
Text

# This tests for a bug where 'b' wasn't visible on the very last line of the method
ShowFile("src/bugs/Bug001.bf")
GotoText("//Bug001_DoTest")
ToggleBreakpoint()
RunWithCompiling()
StepOver()
AssertEvalEquals("a", "123")
AssertEvalEquals("b", "234")