diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-11-23 00:36:03 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-11-23 00:36:03 -0500 |
commit | c9d1d7fe7630496ac84428c53b56bc393a450af6 (patch) | |
tree | f13c353fbae9941baa073c553b9c29b9514f9f12 /tests/dimension | |
parent | e99e915e306dd5316b90f87759176a55d62a686e (diff) | |
download | dimension-c9d1d7fe7630496ac84428c53b56bc393a450af6.tar.xz |
Use flex for the tokenizer.
Diffstat (limited to 'tests/dimension')
-rw-r--r-- | tests/dimension/strings.pov | 2 |
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\\\'\"" |