mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
9 lines
No EOL
250 B
Text
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") |