Update tests for 6.1 Unicode 16 stdlib

This commit is contained in:
Alejandro Alonso
2025-01-15 14:09:57 -08:00
parent d3146e37b3
commit 708d72d2c3
10 changed files with 1586 additions and 335 deletions

View File

@@ -118,7 +118,7 @@ func readInputNormalizationTest(index: Int) -> [NormalizationTest] {
public let normalizationTests = readInputNormalizationTest(index: 2)
// Native normalization in stdlib supporting Unicode 14
public let normalizationTests14 = readInputNormalizationTest(index: 3)
public let normalizationTestsNew = readInputNormalizationTest(index: 3)
#endif
public struct UTFTest {