From: John Benediktsson Date: Tue, 23 Mar 2021 03:26:54 +0000 (-0700) Subject: misc: adding some strings to syntax test. X-Git-Tag: 0.99~2383 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=540599e49d47d41a087205c56b12df9050ae54b6 misc: adding some strings to syntax test. --- diff --git a/misc/syntax-test.factor b/misc/syntax-test.factor index 85d6f734dc..23207bde7c 100644 --- a/misc/syntax-test.factor +++ b/misc/syntax-test.factor @@ -214,6 +214,10 @@ PRIVATE> """>json""" + "{ 1 2 3 }" + + [[{ 1 2 3 }]] + ! Triple quote strings (old Factor) """hello, world"""