From 03c02cde89d43d465b9e9a354be8668fe6fca56d Mon Sep 17 00:00:00 2001 From: Giles Bathgate Date: Fri, 10 Dec 2010 18:31:33 +0000 Subject: A basic test for the escape sequences in strings. 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."); -- cgit v0.10.1