summaryrefslogtreecommitdiff
path: root/testdata/scad/features/use test6.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-01-04 17:05:30 (GMT)
committerMarius Kintel <marius@kintel.net>2012-01-04 17:05:30 (GMT)
commit9856607d278d3843d56dab8325a552351accd2cf (patch)
tree151074d2394a0929737292fa10d0a42cf8cf8fc2 /testdata/scad/features/use test6.scad
parent9bac643ed815d18af07dbdd78f68d54e34ab68b9 (diff)
parent9f16204889c8e42785bf82d6a5db74c80e0027b6 (diff)
Merge pull request #54 from openscad/parserfix
fix crash bug rpt by nop head - 'use <x.scad>' when x.scad doesnt exist
Diffstat (limited to 'testdata/scad/features/use test6.scad')
-rw-r--r--testdata/scad/features/use test6.scad7
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/scad/features/use test6.scad b/testdata/scad/features/use test6.scad
new file mode 100644
index 0000000..0d96b26
--- /dev/null
+++ b/testdata/scad/features/use test6.scad
@@ -0,0 +1,7 @@
+module test6()
+{
+ difference() {
+ cube(center=true);
+ cylinder(r=0.4, h=2, center=true);
+ }
+}
contact: Jan Huwald // Impressum