mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove consonant check
This commit is contained in:
@@ -30,7 +30,6 @@ struct Main {
|
||||
// The code uses String equality and hashing, should need the normalization, NFC, NFD tables, and not the others.
|
||||
// EXCLUDES-NOT: swift_stdlib_case
|
||||
// EXCLUDES-NOT: swift_stdlib_graphemeBreakProperties
|
||||
// EXCLUDES-NOT: swift_stdlib_InCB_Consonant
|
||||
// EXCLUDES-NOT: swift_stdlib_mappings
|
||||
// EXCLUDES-NOT: swift_stdlib_names
|
||||
// INCLUDES: swift_stdlib_nfc
|
||||
|
||||
@@ -19,7 +19,6 @@ struct Main {
|
||||
// The code uses String case conversion, should need the mapping tables, and not the others.
|
||||
// EXCLUDES-NOT: swift_stdlib_case
|
||||
// EXCLUDES-NOT: swift_stdlib_graphemeBreakProperties
|
||||
// EXCLUDES-NOT: swift_stdlib_InCB_Consonant
|
||||
// INCLUDES: swift_stdlib_mappings
|
||||
// EXCLUDES-NOT: swift_stdlib_names
|
||||
// EXCLUDES-NOT: swift_stdlib_nfc
|
||||
|
||||
@@ -21,7 +21,6 @@ struct Main {
|
||||
// The code uses String splitting, should need the normalization, NFC, NFD, grapheme breaking, linking tables, and not the others.
|
||||
// EXCLUDES-NOT: swift_stdlib_case
|
||||
// INCLUDES: swift_stdlib_graphemeBreakProperties
|
||||
// INCLUDES: swift_stdlib_InCB_Consonant
|
||||
// EXCLUDES-NOT: swift_stdlib_mappings
|
||||
// EXCLUDES-NOT: swift_stdlib_names
|
||||
// INCLUDES: swift_stdlib_nfc
|
||||
|
||||
Reference in New Issue
Block a user