diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-24 01:26:34 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-24 01:26:34 (GMT) |
commit | 0db6e95e2de1c59a3587eb590e930f0f1e74876e (patch) | |
tree | 08cf4dec262059b7efea830e9cf1a3d36dcbfe48 /testdata/scad/misc/escape-test.scad | |
parent | cea502f9a3531888dbbb55099421fb1ab565f2c1 (diff) | |
parent | e0b5f3f33d974b60daf88a28ce86dc6013f44746 (diff) |
Merge remote branch 'upstream/master' into cakebaby
Diffstat (limited to 'testdata/scad/misc/escape-test.scad')
-rw-r--r-- | testdata/scad/misc/escape-test.scad | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testdata/scad/misc/escape-test.scad b/testdata/scad/misc/escape-test.scad index 81b5fe4..c4400b3 100644 --- a/testdata/scad/misc/escape-test.scad +++ b/testdata/scad/misc/escape-test.scad @@ -1,2 +1 @@ -import(file="A:\\ B:\" C:\t D:\n E:' F:\\\\", layer="A:\\ B:\" C:\t D:\n E:' F:\\\\"); - +import(file="A-\\ B-\" C-\t D-\n E-' F-\\\\", layer="A:\\ B:\" C:\t D:\n E:' F:\\\\"); |