]> gitweb.factorcode.org Git - factor.git/commitdiff
misc: adding octal escapes to syntax test
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 26 Jul 2022 20:13:43 +0000 (13:13 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 26 Jul 2022 20:13:43 +0000 (13:13 -0700)
misc/syntax-test.factor

index 23207bde7c2819e373ea54c66f0c775fc72a878b..6c4ef2e58a4bd780fd26762eed3838b88300f4f6 100644 (file)
@@ -208,6 +208,7 @@ PRIVATE>
     "\"hello\""
     "\a\b\e\f\n\r\t\s\v\s\0\\\""
     "\x01\xaF\uffffff"
+    "\0123\148"
 
     URL" http://google.com"
     R" asdf"