]> gitweb.factorcode.org Git - factor.git/commitdiff
Encoding issue?
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 29 May 2008 07:51:16 +0000 (02:51 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 29 May 2008 07:51:16 +0000 (02:51 -0500)
extra/unicode/collation/collation-tests.factor

index c9d6cb808f9b49800f7662da0516fb3ecd3e03ae..b4a54bb11de61843e5835cbdb49db3fc6d07ae47 100755 (executable)
@@ -20,7 +20,7 @@ IN: unicode.collation.tests
     [ execute ] 2with each ;\r
 \r
 [ f f f f ] [ "hello" "hi" test-equality ] unit-test\r
-[ t f f f ] [ "hello" "h\8ello" test-equality ] unit-test\r
+[ t f f f ] [ "hello" "h\u0000e9llo" test-equality ] unit-test\r
 [ t t f f ] [ "hello" "HELLO" test-equality ] unit-test\r
 [ t t t f ] [ "hello" "h e l l o." test-equality ] unit-test\r
 [ t t t t ] [ "hello" "\0hello\0" test-equality ] unit-test\r