diff options
author | Marius Kintel <marius@kintel.net> | 2010-12-11 21:06:36 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2010-12-11 21:06:36 (GMT) |
commit | e9527c64d3130168f626ec17bf734124069ad244 (patch) | |
tree | dd15cbadf9403fee6c57a4a1b4dfd4fcfe474de3 /testdata/scad/string-test.scad | |
parent | 323918efef1af8b2abeed0e77567687278e74595 (diff) | |
parent | 052f8bc620f579271be69a0d0d699b8b4ac5bb14 (diff) |
Merge branch 'experiments' of git://gitorious.org/openscad/openscad into giles
Diffstat (limited to 'testdata/scad/string-test.scad')
-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."); |