mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Added test for adding files during hotload
This commit is contained in:
parent
c08d1161fb
commit
912fdbe195
6 changed files with 95 additions and 0 deletions
16
IDE/Tests/BugW005/scripts/Test.txt
Normal file
16
IDE/Tests/BugW005/scripts/Test.txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
# This tests that types that fail generic tests don't create types referenced in methods
|
||||
# and also that they get deleted immediately when they are dereferenced.
|
||||
|
||||
ShowFile("src/Program.bf")
|
||||
|
||||
GotoText("//Test_Start")
|
||||
ToggleBreakpoint()
|
||||
RunWithCompiling()
|
||||
|
||||
ToggleCommentAt("CallExtra_Call")
|
||||
AddProjectItem("Bug", "", "$(WorkspaceDir)/Extra.bf")
|
||||
|
||||
Compile()
|
||||
StepInto()
|
||||
StepOver()
|
||||
AssertEvalEquals("val", "123")
|
Loading…
Add table
Add a link
Reference in a new issue