diff options
author | Marius Kintel <marius@kintel.net> | 2012-08-18 16:49:01 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-08-18 16:49:01 (GMT) |
commit | 13d56f492560dc8bc9ed60d1d0b81cc98b2fd0c0 (patch) | |
tree | fd13025fa99c2cf2185af00f31dbaca245c9d88c /testdata | |
parent | d3a53dd546358da51f15fa2fb7d24919235d3256 (diff) | |
parent | 47a06c074fa6321224d5c6d6cc85bf9336fb8765 (diff) |
Merge pull request #179 from openscad/issue176
fix issue #176
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> |