diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-08-18 16:38:24 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-08-18 16:38:24 (GMT) |
commit | 47a06c074fa6321224d5c6d6cc85bf9336fb8765 (patch) | |
tree | 9c1bcb078963477d522ece5a42dab106dd87b03a /testdata/scad/templates | |
parent | d87dd4821561fffec4d875a7f584fc25100b8d75 (diff) |
detect flaws in 'use' and 'include' statements. make locate_file consider directories as 'non files'.
Diffstat (limited to 'testdata/scad/templates')
-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> |