summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-11-23 00:36:03 -0500
committerTavian Barnes <tavianator@gmail.com>2009-11-23 00:36:03 -0500
commitc9d1d7fe7630496ac84428c53b56bc393a450af6 (patch)
treef13c353fbae9941baa073c553b9c29b9514f9f12 /tests
parente99e915e306dd5316b90f87759176a55d62a686e (diff)
downloaddimension-c9d1d7fe7630496ac84428c53b56bc393a450af6.tar.xz
Use flex for the tokenizer.
Diffstat (limited to 'tests')
-rw-r--r--tests/dimension/strings.pov2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/strings.pov b/tests/dimension/strings.pov
index 663afdd..4df5159 100644
--- a/tests/dimension/strings.pov
+++ b/tests/dimension/strings.pov
@@ -18,4 +18,4 @@
*************************************************************************/
// Test string handling, including escape sequences
-"This is a string with escape sequences: \a\b\f\n\r\t\u2123\v\\\'\"" \ No newline at end of file
+"This is a string with escape sequences: \a\b\f\n\r\t\u2123\v\\\'\""