diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-07 03:01:16 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-07 03:01:16 (GMT) |
commit | 578b68daa84295e042c9b6e3f309393e1189e67f (patch) | |
tree | b9fafa972cee8799acdce7527eae94308b5be09c | |
parent | f73b8289f6db33713ae0f838649b47b56024f0ff (diff) |
Updated broken test with correct output
-rw-r--r-- | tests/regression/dumptest/import_dxf-tests-expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/dumptest/import_dxf-tests-expected.txt b/tests/regression/dumptest/import_dxf-tests-expected.txt index 33977d1..2fdbbca 100644 --- a/tests/regression/dumptest/import_dxf-tests-expected.txt +++ b/tests/regression/dumptest/import_dxf-tests-expected.txt @@ -19,6 +19,6 @@ import(file = "../../dxf/multiple-layers.dxf", layer = "noname", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); } multmatrix([[1, 0, 0, 0], [0, 1, 0, 200], [0, 0, 1, 0], [0, 0, 0, 1]]) { - import(file = "../../dxf/multiple-layers.dxf", layer = "Layer with a pretty long name including \ "special" /'\\ characters", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); + import(file = "../../dxf/multiple-layers.dxf", layer = "Layer with a pretty long name including \\ \"special\" /'\\\\ characters", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 1); } |