From 6f9f70c4ff3ef7302ce8479afa81cbb3d2ba42a8 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Tue, 26 Jul 2022 13:13:43 -0700 Subject: [PATCH] misc: adding octal escapes to syntax test --- misc/syntax-test.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/syntax-test.factor b/misc/syntax-test.factor index 23207bde7c..6c4ef2e58a 100644 --- a/misc/syntax-test.factor +++ b/misc/syntax-test.factor @@ -208,6 +208,7 @@ PRIVATE> "\"hello\"" "\a\b\e\f\n\r\t\s\v\s\0\\\"" "\x01\xaF\uffffff" + "\0123\148" URL" http://google.com" R" asdf" -- 2.34.1