diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-03 18:50:56 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-03 18:50:56 (GMT) |
commit | 2b4979544200406b35be0bfba18385c65bd1518d (patch) | |
tree | 0517e6f60486fa653c9bdbdc515241c8309e770d /tests/regression | |
parent | 7845bd05980dc29d3edce2861f3a9f46351e43b8 (diff) |
Added example001 as an initial roundtrip test known to fail
Diffstat (limited to 'tests/regression')
-rw-r--r-- | tests/regression/dumptest/example001-expected.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/regression/dumptest/example001-expected.txt b/tests/regression/dumptest/example001-expected.txt new file mode 100644 index 0000000..ab7e4e9 --- /dev/null +++ b/tests/regression/dumptest/example001-expected.txt @@ -0,0 +1,22 @@ +group() { + group() { + difference() { + sphere($fn = 0, $fa = 12, $fs = 1, r = 25); + group() { + multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { + cylinder($fn = 0, $fa = 12, $fs = 1, h = 62.5, r1 = 12.5, r2 = 12.5, center = true); + } + } + group() { + multmatrix([[1, 0, 0, 0], [0, 6.12323e-17, -1, 0], [0, 1, 6.12323e-17, 0], [0, 0, 0, 1]]) { + cylinder($fn = 0, $fa = 12, $fs = 1, h = 62.5, r1 = 12.5, r2 = 12.5, center = true); + } + } + group() { + multmatrix([[6.12323e-17, 0, 1, 0], [0, 1, 0, 0], [-1, 0, 6.12323e-17, 0], [0, 0, 0, 1]]) { + cylinder($fn = 0, $fa = 12, $fs = 1, h = 62.5, r1 = 12.5, r2 = 12.5, center = true); + } + } + } + } +} |