]> gitweb.factorcode.org Git - factor.git/commitdiff
misc: adding some strings to syntax test.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Mar 2021 03:26:54 +0000 (20:26 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Mar 2021 03:26:54 +0000 (20:26 -0700)
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"""