From bd61b753d2b3f3f52ca9bfecc0b3ed9cc0d750f5 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 19 Mar 2021 16:02:09 -0700 Subject: [PATCH] locals.parser: try and remove previously broken syntax. --- core/locals/parser/parser-tests.factor | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/locals/parser/parser-tests.factor b/core/locals/parser/parser-tests.factor index df0466b8bc..85a6913d08 100644 --- a/core/locals/parser/parser-tests.factor +++ b/core/locals/parser/parser-tests.factor @@ -3,9 +3,6 @@ locals.parser namespaces parser prettyprint sequences sorting tools.test vocabs vocabs.parser ; IN: locals.parser.tests -! XXX: remove the << and >> below and make test-all pass - -<< ! (::) { "dobiedoo" @@ -37,7 +34,6 @@ IN: locals.parser.tests qualified-vocabs last words>> keys "um" swap member? ] with-compilation-unit ] unit-test ->> ! check-local-name { "hello" } [ @@ -69,7 +65,6 @@ IN: locals.parser.tests [ locals>> [ name>> ] map ] [ keys ] bi* ] unit-test -<< { "V{ 99 :> kkk kkk }" } [ @@ -80,4 +75,3 @@ IN: locals.parser.tests ] with-lexer ] with-compilation-unit unparse ] unit-test ->> -- 2.34.1