diff options
author | Giles Bathgate <gilesbathgate@gmail.com> | 2010-12-10 18:31:33 (GMT) |
---|---|---|
committer | Giles Bathgate <gilesbathgate@gmail.com> | 2010-12-10 18:31:33 (GMT) |
commit | 03c02cde89d43d465b9e9a354be8668fe6fca56d (patch) | |
tree | 80ca0dbf07954c0dfe3f9edaad61101a12a1e557 | |
parent | 44dd33a5567681d28adb963d1d325aa86d723130 (diff) |
A basic test for the escape sequences in strings.
-rw-r--r-- | testdata/scad/string-test.scad | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/scad/string-test.scad b/testdata/scad/string-test.scad new file mode 100644 index 0000000..5ec4cfb --- /dev/null +++ b/testdata/scad/string-test.scad @@ -0,0 +1 @@ +echo("The quick brown fox \tjumps \"over\" the lazy dog.\rThe quick brown fox.\nThe \\lazy\\ dog."); |