From 540599e49d47d41a087205c56b12df9050ae54b6 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 22 Mar 2021 20:26:54 -0700 Subject: [PATCH] misc: adding some strings to syntax test. --- misc/syntax-test.factor | 4 ++++ 1 file changed, 4 insertions(+) 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""" -- 2.34.1