diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-26 18:17:54 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-26 18:17:54 (GMT) |
commit | 8197294d4c30d533c88ef2901e298d2b2863aa87 (patch) | |
tree | 7f26004c4b4d1ae12970913ea4d0201be5c50088 /testdata/scad/misc | |
parent | 2bd48629ef8482a957f7db0921a3b3c7fdc458e1 (diff) | |
parent | 14b4ed4b5baa0efa7eea90322faca4fecfbfa294 (diff) |
Merge branch 'cakebaby' of github.com:donbright/openscad into cakebaby
Conflicts:
tests/CMakeLists.txt
Diffstat (limited to 'testdata/scad/misc')
-rw-r--r-- | testdata/scad/misc/escape-test.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/scad/misc/escape-test.scad b/testdata/scad/misc/escape-test.scad index c4400b3..b45ac32 100644 --- a/testdata/scad/misc/escape-test.scad +++ b/testdata/scad/misc/escape-test.scad @@ -1 +1 @@ -import(file="A-\\ B-\" C-\t D-\n E-' F-\\\\", layer="A:\\ B:\" C:\t D:\n E:' F:\\\\"); +import(file="B-\" C-\t D-\n E-'", layer="A:\\ B:\" C:\t D:\n E:' F:\\\\"); |