diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-06 03:25:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-06 03:25:55 (GMT) |
commit | a221eeee99ca772605c0ac6473cae2466e4cc07a (patch) | |
tree | 9e5128a97699ad5874aeffccf41cf690794397a8 /tests/regression/dumptest/example004-expected.txt | |
parent | 11f3cd336421d78ad3d23680d7f86b21f13ad8e6 (diff) |
Added expected files for new test, updated files for recently fixed issues
Diffstat (limited to 'tests/regression/dumptest/example004-expected.txt')
-rw-r--r-- | tests/regression/dumptest/example004-expected.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/regression/dumptest/example004-expected.txt b/tests/regression/dumptest/example004-expected.txt new file mode 100644 index 0000000..a85ed90 --- /dev/null +++ b/tests/regression/dumptest/example004-expected.txt @@ -0,0 +1,7 @@ + group() { + difference() { + cube(size = [30, 30, 30], center = true); + sphere($fn = 0, $fa = 12, $fs = 1, r = 20); + } + } + |