diff options
author | Tim V. Shaporev <tim@sierra.auriga.ru> | 2014-01-25 14:43:33 (GMT) |
---|---|---|
committer | Tim V. Shaporev <tim@sierra.auriga.ru> | 2014-01-25 14:43:33 (GMT) |
commit | b3a946bd929658aed58ee861f8bc6aaf6db19a1f (patch) | |
tree | 509efcdfa421727b80c40bfc1352ea6fc3257817 /testdata/scad | |
parent | d9432d76e74d3ac1b70a40e7ee8e945eec9f21d9 (diff) |
fixup issue 593
Diffstat (limited to 'testdata/scad')
-rw-r--r-- | testdata/scad/dxf/nothing-decimal-comma-separated.scad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/scad/dxf/nothing-decimal-comma-separated.scad b/testdata/scad/dxf/nothing-decimal-comma-separated.scad new file mode 100644 index 0000000..204ce08 --- /dev/null +++ b/testdata/scad/dxf/nothing-decimal-comma-separated.scad @@ -0,0 +1,2 @@ +// This tests should not crash but produce no visible result, see former issue 593. +import("../../nothing-decimal-comma-separated.dxf"); |