1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDE/Tests/Test1/scripts/Bug001.txt

9 lines
250 B
Text
Raw Normal View History

2019-08-23 11:56:54 -07:00
# 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")