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