Remove some parser-combinators tests for <!>

release
Doug Coleman 2007-12-03 21:25:52 -06:00
parent 9c577e881a
commit 3a2eba8243
1 changed files with 0 additions and 6 deletions

View File

@ -149,9 +149,3 @@ IN: scratchpad
{ { } } [
"234" "1" token <+> parse list>array
] unit-test
[ "a" "a" token <!> parse-1 ] unit-test-fails
[ t ] [ "b" "a" token <!> parse-1 >boolean ] unit-test
[ t ] [ "b" "ab" token <!> parse-1 >boolean ] unit-test