Skip to content

Commit

Permalink
extract test to check for Unicode 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mflatt committed Jan 24, 2024
1 parent 1997edb commit ba2f21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mats/5_4.ms
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,7 @@
(test cat1 (char-general-category #\a) => 'Ll)
(test cat2 (char-general-category #\space) => 'Zs)
(test cat3 (char-general-category (integer->char #x10FFFF)) => 'Cn)
(test cat4 (char-general-category #\x31EF) => 'So) ; Unicode 15.1

(test alpha1 (char-alphabetic? #\a) => #t)
(test numer1 (char-numeric? #\1) => #t)
Expand Down

0 comments on commit ba2f21f

Please sign in to comment.