edicl / cl-unicode

Portable Unicode library for Common Lisp
https://edicl.github.io/cl-unicode/
61 stars 24 forks source link

Fix Cased and Case_Ignorable derived tests #15

Closed neil-lindquist closed 6 years ago

neil-lindquist commented 6 years ago

This fixes some of the failing tests, in particular the derived tests with the messages got an unexpected error: There is no property called "Cased" and got an unexpected error: There is no property called "Case_Ignorable". The tests are fixed by adding the properties, as well as the Word_Break property, which is needed for Case_Ignorable.

This doesn't fix the failures for the Changes_when_XXX properties, since those require NFD normalization (which is not yet implemented).