Added test for #535

export-menu
Marius Kintel 2014-02-09 16:26:43 -05:00
parent b4163c6dea
commit 65aeb0ad19
2 changed files with 14 additions and 0 deletions

View File

@ -124,3 +124,14 @@ o rm cascade*.scad
o Verify that no rerendering was triggered (the 4 objects are still there)
o ./cascade2.sh
o Verify that everything reloads at once without flickering
Test 15: Correct handling of compile errors in auto-reloaded modules
--------
o Turn on Automatic Reload and Compile
o Open mainusingerror.scad
o Verify that you get:
- Compiling library '.../error.scad'.
- Parser error in line 3: syntax error
- WARNING: Failed to compile library '.../error.scad'.
- Main file should keep compiling
o Verify that the above doesn't repeat

View File

@ -0,0 +1,3 @@
//mainusingerror.scad
echo(version());
use <error.scad>