unicode.case: Apostrophe is now a word break, instead the right single quote is what we want here.

Unicode changed, the file changed, it's different now.

File in question: basis/unicode/UCD/auxiliary/WordBreakProperty.txt
modern-harvey3
Doug Coleman 2018-12-30 16:50:44 -06:00
parent bd0e67beee
commit 7ffb86eb67
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
USING: unicode tools.test namespaces strings unicode.case USING: unicode tools.test namespaces strings unicode.case
unicode.case.private ; unicode.case.private ;
{ "Hello How Are You? I'm Good" } [ "hEllo how ARE yOU? I'm good" >title ] unit-test { "Hello How Are You? Im Good" } [ "hEllo how ARE yOU? Im good" >title ] unit-test
{ "FUSS" } [ "Fu\u0000DF" >upper ] unit-test { "FUSS" } [ "Fu\u0000DF" >upper ] unit-test
{ "\u0003C3a\u0003C2 \u0003C3\u0003C2 \u0003C3a\u0003C2" } [ "\u0003A3A\u0003A3 \u0003A3\u0003A3 \u0003A3A\u0003A3" >lower ] unit-test { "\u0003C3a\u0003C2 \u0003C3\u0003C2 \u0003C3a\u0003C2" } [ "\u0003A3A\u0003A3 \u0003A3\u0003A3 \u0003A3A\u0003A3" >lower ] unit-test
{ t } [ "hello how are you?" lower? ] unit-test { t } [ "hello how are you?" lower? ] unit-test