Unit test fix

db4
Slava Pestov 2008-02-16 02:20:09 -06:00
parent 912339d062
commit 9ffeaae63d
1 changed files with 0 additions and 12 deletions

View File

@ -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