]> gitweb.factorcode.org Git - factor.git/blobdiff - misc/syntax-test.factor
misc: adding some strings to syntax test.
[factor.git] / misc / syntax-test.factor
index 85d6f734dc081bc5a03b4f5c77d2eb70d7faa5c0..23207bde7c2819e373ea54c66f0c775fc72a878b 100644 (file)
@@ -214,6 +214,10 @@ PRIVATE>
 
     """>json"""
 
+    "{ 1 2 3 }"
+
+    [[{ 1 2 3 }]]
+
 ! Triple quote strings (old Factor)
 
     """hello, world"""