summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-05-04 23:26:09 (GMT)
committerMarius Kintel <marius@kintel.net>2013-05-04 23:26:09 (GMT)
commite09d1df0e1d304eedba36494535848e64631b22d (patch)
tree8d7524576f1ed7dc1a8b4d5957486fb81a0d6a76 /tests
parentffe750d87e747a57f7bf85281b87e4894cbf92b2 (diff)
parentc4cae2a29a7df82f4f1b43543e6b22b642a275b0 (diff)
Merge branch 'master' into local-scope
Diffstat (limited to 'tests')
-rw-r--r--tests/regression/dumptest/hull2-tests-expected.txt6
-rw-r--r--tests/regression/dumptest/hull3-tests-expected.txt6
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/regression/dumptest/hull2-tests-expected.txt b/tests/regression/dumptest/hull2-tests-expected.txt
index e4c5a5b..c14282f 100644
--- a/tests/regression/dumptest/hull2-tests-expected.txt
+++ b/tests/regression/dumptest/hull2-tests-expected.txt
@@ -56,4 +56,10 @@
}
}
}
+ group() {
+ hull() {
+ square(size = [0, 0], center = false);
+ circle($fn = 0, $fa = 12, $fs = 2, r = 0);
+ }
+ }
diff --git a/tests/regression/dumptest/hull3-tests-expected.txt b/tests/regression/dumptest/hull3-tests-expected.txt
index 4c05e2c..f8def3b 100644
--- a/tests/regression/dumptest/hull3-tests-expected.txt
+++ b/tests/regression/dumptest/hull3-tests-expected.txt
@@ -27,4 +27,10 @@
}
}
}
+ group() {
+ hull() {
+ cube(size = [0, 0, 0], center = false);
+ sphere($fn = 0, $fa = 12, $fs = 2, r = 0);
+ }
+ }
contact: Jan Huwald // Impressum