]> gitweb.factorcode.org Git - factor.git/blobdiff - misc/syntax-test.factor
xmode.rules: removing test no longer needed
[factor.git] / misc / syntax-test.factor
index 85d6f734dc081bc5a03b4f5c77d2eb70d7faa5c0..6c4ef2e58a4bd780fd26762eed3838b88300f4f6 100644 (file)
@@ -208,12 +208,17 @@ PRIVATE>
     "\"hello\""
     "\a\b\e\f\n\r\t\s\v\s\0\\\""
     "\x01\xaF\uffffff"
+    "\0123\148"
 
     URL" http://google.com"
     R" asdf"
 
     """>json"""
 
+    "{ 1 2 3 }"
+
+    [[{ 1 2 3 }]]
+
 ! Triple quote strings (old Factor)
 
     """hello, world"""