mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
13 lines
No EOL
189 B
Text
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() |