Encoding issue?

db4
Slava Pestov 2008-05-29 02:51:16 -05:00
parent 05b02c5fc5
commit 41c845cf73
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ IN: unicode.collation.tests
[ execute ] 2with each ;
[ f f f f ] [ "hello" "hi" test-equality ] unit-test
[ t f f f ] [ "hello" "hŽllo" test-equality ] unit-test
[ t f f f ] [ "hello" "h\u0000e9llo" test-equality ] unit-test
[ t t f f ] [ "hello" "HELLO" test-equality ] unit-test
[ t t t f ] [ "hello" "h e l l o." test-equality ] unit-test
[ t t t t ] [ "hello" "\0hello\0" test-equality ] unit-test