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

12 lines
No EOL
307 B
Text

ShowFile("src/Splats.bf")
GotoText("//SplatTester_SplatC_Call")
ToggleBreakpoint()
RunWithCompiling()
StepInto()
AssertEvalEquals("this", "{ mC='Z' mB=1.2 mA=123 }")
#This fails currently
#AssertEvalEquals("GetB()", "1.2")
StepOver()
AssertEvalEquals("sc.GetB()", "1.2")
AssertEvalEquals("GetC(sc)", "123")