diff options
author | Marius Kintel <marius@kintel.net> | 2014-02-01 18:48:04 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-02-01 18:48:04 (GMT) |
commit | f97aa9c0e0e92ebe70adbd6ca1cd024ca01319b7 (patch) | |
tree | 73df0704b0bd7983b772b678782402a370bcccba /testdata/scad/dxf/nothing-decimal-comma-separated.scad | |
parent | 4da5657705dec7e0fd976735a1ea4b530e47c7fb (diff) | |
parent | 111a935540a73a688dfde03fc10f9af191e050be (diff) |
Merge pull request #608 from tim-caper/issue593
fixup issue 593
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"); |