diff options
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/scad/templates/use-tests-template.scad | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/scad/templates/use-tests-template.scad b/testdata/scad/templates/use-tests-template.scad index 24591f8..f92e550 100644 --- a/testdata/scad/templates/use-tests-template.scad +++ b/testdata/scad/templates/use-tests-template.scad @@ -1,3 +1,6 @@ +//Test blank +use <> + //Test that the entire path is pushed onto the stack upto the last '/' use <sub1/sub2/sub3/sub4/use-test2.scad> |