1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 12:02:21 +02:00
Beef/IDE/Tests/BugW007/scripts/Test.txt

13 lines
189 B
Text
Raw Permalink Normal View History

# This tests that renaming namespace properly deletes types
ShowFile("src/Program.bf")
Compile()
Sleep(1000)
GotoText("//Test")
AdjustCursor(-1, 0)
InsertText("2")
Sleep(1000)
Compile()