diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-09 12:23:52 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-09 12:23:52 (GMT) |
commit | c5ebdb788b63ce8998a85e7c678ed4d46f3ea841 (patch) | |
tree | 574902f4ae47ba40a75066339a3f333528a0bd6a /testdata/scad/features | |
parent | 89e27d997d97a7b51098e37a41be0991e7c47c06 (diff) |
Added failing test for #336
Diffstat (limited to 'testdata/scad/features')
-rw-r--r-- | testdata/scad/features/surface-simple.scad | 2 | ||||
-rw-r--r-- | testdata/scad/features/surface-simple2.dat | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/testdata/scad/features/surface-simple.scad b/testdata/scad/features/surface-simple.scad index 9659143..1215a0b 100644 --- a/testdata/scad/features/surface-simple.scad +++ b/testdata/scad/features/surface-simple.scad @@ -1 +1,3 @@ surface("surface-simple.dat", center=true); +// Surface without a trailing newline +translate([2,0,0]) surface("surface-simple2.dat", center=true); diff --git a/testdata/scad/features/surface-simple2.dat b/testdata/scad/features/surface-simple2.dat new file mode 100644 index 0000000..a711970 --- /dev/null +++ b/testdata/scad/features/surface-simple2.dat @@ -0,0 +1,3 @@ +# Surface without a trailing newline +0 1 +2 3
\ No newline at end of file |