diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-24 22:13:12 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-24 22:13:12 (GMT) |
commit | 3a5c43cc3c7af1bb48530d26d1e414aa08d32f91 (patch) | |
tree | 22f8caff439d33cd47cb9acdf2edb296a1f8e9b3 /testdata | |
parent | 42d709908950790302f2f0bfc24267b77d6716c0 (diff) |
Another try for Windows test compatibility; no backslashes in filenames
Diffstat (limited to 'testdata')
-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:\\\\"); |