Skip to content

Commit

Permalink
expect the same UCD we test
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 18, 2024
1 parent 1f0e84d commit 72598b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public void TestGC() {
gc ; Z ; Separator # Zl | Zp | Zs
*/
for (String[] extra : extras) {
UnicodeSet expected = new UnicodeSet(extra[2]).freeze();
UnicodeSet expected = UnicodeSetUtilities.parseUnicodeSet(extra[2]).freeze();
for (String test : extra) {
if (test.startsWith("[")) continue;
for (String gc : gcs) {
Expand Down

0 comments on commit 72598b2

Please sign in to comment.