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 | |
parent | d9432d76e74d3ac1b70a40e7ee8e945eec9f21d9 (diff) |
fixup issue 593
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/dxf/nothing-decimal-comma-separated.dxf | 140 | ||||
-rw-r--r-- | testdata/scad/dxf/nothing-decimal-comma-separated.scad | 2 |
2 files changed, 142 insertions, 0 deletions
diff --git a/testdata/dxf/nothing-decimal-comma-separated.dxf b/testdata/dxf/nothing-decimal-comma-separated.dxf new file mode 100644 index 0000000..d7ef27e --- /dev/null +++ b/testdata/dxf/nothing-decimal-comma-separated.dxf @@ -0,0 +1,140 @@ +999 +This tests should not crash but produce no visible result, see former issue 593. +0 +SECTION +2 +HEADER +9 +$EXTMIN +10 +-6,63671875 +20 +-0,0244140625 +30 +0,5 +9 +$EXTMAX +10 +7,1357421875 +20 +0,921875 +30 +0,5 +0 +ENDSEC +0 +SECTION +2 +TABLES +0 +TABLE +2 +VPORT +0 +VPORT +2 +*ACTIVE +41 + 1.000000 +0 +ENDTAB +0 +TABLE +2 +LAYER +0 +LAYER +2 +0 +62 +0 +0 +ENDTAB +0 +ENDSEC +0 +SECTION +2 +BLOCKS +0 +ENDSEC +0 +SECTION +2 +ENTITIES +0 +LINE +8 +0 +62 +0 +10 +0,1 +20 +0,1 +30 +0 +11 +2,5 +21 +0 +31 +0 +0 +LINE +8 +0 +62 +0 +10 +2,5 +20 +0 +30 +0 +11 +2,5 +21 +2,5 +31 +0 +0 +LINE +8 +0 +62 +0 +10 +2,5 +20 +2,5 +30 +0 +11 +0 +21 +2,5 +31 +0 +0 +LINE +8 +0 +62 +0 +10 +0 +20 +2,5 +30 +0 +11 +0,1 +21 +0,1 +31 +0 +0 +ENDSEC +0 +EOF 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"); |