summaryrefslogtreecommitdiff
path: root/testdata/scad/features/highlight-modifier.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2012-10-07 19:24:08 (GMT)
committerMarius Kintel <marius@kintel.net>2012-10-07 19:24:08 (GMT)
commit0cea83a35d302929d22ddddbaa60280af62bf4dc (patch)
tree554d284a761cf37704a43de8b034df5ff784aa60 /testdata/scad/features/highlight-modifier.scad
parentfa9811c0f3314a0f343385c2cba7e691fa814b08 (diff)
Fixed weakness in parser causing modifier characters not to work in front of 'if' statements. Fixes #197
Diffstat (limited to 'testdata/scad/features/highlight-modifier.scad')
-rw-r--r--testdata/scad/features/highlight-modifier.scad1
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/scad/features/highlight-modifier.scad b/testdata/scad/features/highlight-modifier.scad
index 1156a88..f228d08 100644
--- a/testdata/scad/features/highlight-modifier.scad
+++ b/testdata/scad/features/highlight-modifier.scad
@@ -2,3 +2,4 @@ difference() {
sphere(r=10);
#cylinder(h=30, r=6, center=true);
}
+#if (true) cube([25,6,3], center=true);
contact: Jan Huwald // Impressum