summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/highlight-modifier-expected.txt
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 /tests/regression/dumptest/highlight-modifier-expected.txt
parentfa9811c0f3314a0f343385c2cba7e691fa814b08 (diff)
Fixed weakness in parser causing modifier characters not to work in front of 'if' statements. Fixes #197
Diffstat (limited to 'tests/regression/dumptest/highlight-modifier-expected.txt')
-rw-r--r--tests/regression/dumptest/highlight-modifier-expected.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regression/dumptest/highlight-modifier-expected.txt b/tests/regression/dumptest/highlight-modifier-expected.txt
index c0f1da2..c6204bd 100644
--- a/tests/regression/dumptest/highlight-modifier-expected.txt
+++ b/tests/regression/dumptest/highlight-modifier-expected.txt
@@ -2,4 +2,7 @@
sphere($fn = 0, $fa = 12, $fs = 2, r = 10);
cylinder($fn = 0, $fa = 12, $fs = 2, h = 30, r1 = 6, r2 = 6, center = true);
}
+ group() {
+ cube(size = [25, 6, 3], center = true);
+ }
contact: Jan Huwald // Impressum