diff options
author | Marius Kintel <marius@kintel.net> | 2014-01-06 04:21:49 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2014-01-06 04:21:49 (GMT) |
commit | 28fb4dc4cb775c2feb2640b2ef74bc3d9fc3114d (patch) | |
tree | dcd545d11385159609c19c2cfdefb027eabdb72d /testdata/scad | |
parent | 0899abeb90f72817bfe2e8ce28d280d3b27d6efc (diff) |
Added testcase for #593
Diffstat (limited to 'testdata/scad')
-rw-r--r-- | testdata/scad/bugs/issue593.dxf | 138 | ||||
-rw-r--r-- | testdata/scad/bugs/issue593.scad | 1 |
2 files changed, 139 insertions, 0 deletions
diff --git a/testdata/scad/bugs/issue593.dxf b/testdata/scad/bugs/issue593.dxf new file mode 100644 index 0000000..fc0f62e --- /dev/null +++ b/testdata/scad/bugs/issue593.dxf @@ -0,0 +1,138 @@ +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/bugs/issue593.scad b/testdata/scad/bugs/issue593.scad new file mode 100644 index 0000000..2040477 --- /dev/null +++ b/testdata/scad/bugs/issue593.scad @@ -0,0 +1 @@ +import("issue593.dxf"); |