diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-01 16:47:15 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-01 16:47:15 (GMT) |
commit | fa829a137eeed238f9e3cf454010c6f22681ab42 (patch) | |
tree | 62298b439743ae81c1cf1b392404c8e6f1303d97 /testdata/scad/dxf/nothing-decimal-comma-separated.scad | |
parent | 41f457584dff4c11612ba8d9e3ccf265341169a0 (diff) | |
parent | 111a935540a73a688dfde03fc10f9af191e050be (diff) |
Merge branch 'issue593' of git://github.com/tim-caper/openscad
Diffstat (limited to 'testdata/scad/dxf/nothing-decimal-comma-separated.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..83219cd --- /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("../../dxf/nothing-decimal-comma-separated.dxf"); |