From 9ffeaae63d427769963d7763b3753e6d27f34c39 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 16 Feb 2008 02:20:09 -0600 Subject: [PATCH] Unit test fix --- core/parser/parser-tests.factor | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/parser/parser-tests.factor b/core/parser/parser-tests.factor index c40bc54335..b89f56334b 100755 --- a/core/parser/parser-tests.factor +++ b/core/parser/parser-tests.factor @@ -5,18 +5,6 @@ sorting tuples compiler.units ; IN: temporary [ - [ 1 CHAR: a ] - [ 0 "abcd" next-char ] unit-test - - [ 8 CHAR: \s ] - [ 1 "\\u000020hello" next-escape ] unit-test - - [ 2 CHAR: \n ] - [ 1 "\\nhello" next-escape ] unit-test - - [ 8 CHAR: \s ] - [ 0 "\\u000020hello" next-char ] unit-test - [ 1 [ 2 [ 3 ] 4 ] 5 ] [ "1\n[\n2\n[\n3\n]\n4\n]\n5" eval ] unit-test