unicode.collation: Don't count the number of tests, it's irrelevant.
parent
24704095b7
commit
add6234fd1
|
@ -47,12 +47,12 @@ IN: unicode.collation.tests
|
|||
[ first2 dupd calculate-collation 3array ] map
|
||||
[ first3 sequence= nip ] reject ;
|
||||
|
||||
{ 208026 { } }
|
||||
[ parse-collation-test-weights [ length ] [ find-bad-collations ] bi ] unit-test
|
||||
{ { } }
|
||||
[ parse-collation-test-weights find-bad-collations ] unit-test
|
||||
|
||||
{ 208025 { } } [
|
||||
{ { } } [
|
||||
parse-collation-test-shifted
|
||||
2 clump [ length ] keep
|
||||
2 clump
|
||||
[ string<=> { +lt+ +eq+ } member? ] assoc-reject
|
||||
] unit-test
|
||||
|
||||
|
|
|
@ -45,8 +45,8 @@ IN: unicode.normalize.tests
|
|||
] with all?
|
||||
] assoc-all? ;
|
||||
|
||||
{ 18746 { } } [
|
||||
parse-normalization-tests [ length ] keep [
|
||||
{ { } } [
|
||||
parse-normalization-tests [
|
||||
{
|
||||
[ { { 2 { 1 2 3 } } { 4 { 4 5 } } } [ nfc ] check-normalization-test? ]
|
||||
[ { { 3 { 1 2 3 } } { 5 { 4 5 } } } [ nfd ] check-normalization-test? ]
|
||||
|
|
Loading…
Reference in New Issue