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

13 lines
No EOL
189 B
Text

# 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()