diff options
author | Marius Kintel <marius@kintel.net> | 2012-10-07 19:24:08 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-10-07 19:24:08 (GMT) |
commit | 0cea83a35d302929d22ddddbaa60280af62bf4dc (patch) | |
tree | 554d284a761cf37704a43de8b034df5ff784aa60 /tests/regression/dumptest/hull3-tests-expected.txt | |
parent | fa9811c0f3314a0f343385c2cba7e691fa814b08 (diff) |
Fixed weakness in parser causing modifier characters not to work in front of 'if' statements. Fixes #197
Diffstat (limited to 'tests/regression/dumptest/hull3-tests-expected.txt')
-rw-r--r-- | tests/regression/dumptest/hull3-tests-expected.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/regression/dumptest/hull3-tests-expected.txt b/tests/regression/dumptest/hull3-tests-expected.txt index af48b7f..4c05e2c 100644 --- a/tests/regression/dumptest/hull3-tests-expected.txt +++ b/tests/regression/dumptest/hull3-tests-expected.txt @@ -17,4 +17,14 @@ } } } + multmatrix([[1, 0, 0, -5], [0, 1, 0, -5], [0, 0, 1, -5], [0, 0, 0, 1]]) { + hull() { + intersection() { + cube(size = [1, 1, 1], center = false); + multmatrix([[1, 0, 0, -1], [0, 1, 0, -1], [0, 0, 1, -1], [0, 0, 0, 1]]) { + cube(size = [1, 1, 1], center = false); + } + } + } + } |