mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
Dependency fix for elemented types (ie: pointer types)
This commit is contained in:
parent
20af4e2adc
commit
4b7ad7036c
6 changed files with 65 additions and 1 deletions
13
IDE/Tests/BugW007/scripts/Test.txt
Normal file
13
IDE/Tests/BugW007/scripts/Test.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
# 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()
|
Loading…
Add table
Add a link
Reference in a new issue