summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorTorsten Paul <Torsten.Paul@gmx.de>2013-11-10 22:33:48 (GMT)
committerTorsten Paul <Torsten.Paul@gmx.de>2013-11-11 00:38:24 (GMT)
commit3c0e9f4f182dccea6dc0636daf8dbc06dd7c190f (patch)
tree10154e1dc5bf26cff4b94875809cdef9e5651597 /testdata
parentbcba02fac33e107af959c93e7ddadce3aa18926f (diff)
Update 'children' test case using range [4 : -1 : 0] which is now valid.
Diffstat (limited to 'testdata')
-rw-r--r--testdata/scad/misc/children-tests.scad2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/scad/misc/children-tests.scad b/testdata/scad/misc/children-tests.scad
index a9a3cf9..1c3d9ea 100644
--- a/testdata/scad/misc/children-tests.scad
+++ b/testdata/scad/misc/children-tests.scad
@@ -53,7 +53,7 @@ module test_children_range() {
children([0:4]); // all
children([1:2]); // child2, child3
children([0:2:4]); // child1, child3, child5
- children([4:-1:0]); // out, out
+ children([0:-1:4]); // out, out
echo("Children range: end");
}
test_children_range() {
contact: Jan Huwald // Impressum