From: John Benediktsson Date: Fri, 19 Mar 2021 23:02:09 +0000 (-0700) Subject: locals.parser: try and remove previously broken syntax. X-Git-Tag: 0.99~2416 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=bd61b753d2b3f3f52ca9bfecc0b3ed9cc0d750f5 locals.parser: try and remove previously broken syntax. --- 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 ->>