-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improvements to the invariant test language * Split the addition comparison test files
- Loading branch information
Showing
9 changed files
with
111 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
unicodetools/src/main/resources/org/unicode/text/UCD/AdditionComparisons.txt
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
unicodetools/src/main/resources/org/unicode/text/UCD/AdditionComparisons/019.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Ignoring Name Age: | ||
|
||
# U+18CFF is a blank character for the Khitan Small Script; aside from looking blank, | ||
# it is indistinguishable from other Khitan Small Script characters. See L2/23-065. | ||
# In particular, it is ideographic: | ||
# https://www.unicode.org/review/pri497/feedback.html#ID20240216140104. | ||
Propertywise [\N{KHITAN SMALL SCRIPT CHARACTER-18CFF} | ||
\N{KHITAN SMALL SCRIPT CHARACTER-18B00}] AreAlike | ||
|
||
end Ignoring; |
12 changes: 12 additions & 0 deletions
12
unicodetools/src/main/resources/org/unicode/text/UCD/AdditionComparisons/030.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Ignoring Name Age: | ||
|
||
# Garay is a right-to-left cased script: | ||
Propertywise [\N{GARAY SMALL LETTER A} - \N{GARAY SMALL LETTER OLD NA}] | ||
: [\N{GARAY CAPITAL LETTER A} - \N{GARAY CAPITAL LETTER OLD NA}] | ||
CorrespondTo [\N{OLD HUNGARIAN SMALL LETTER A}] | ||
: [\N{OLD HUNGARIAN CAPITAL LETTER A}] | ||
UpTo: Block (Garay vs Old_Hungarian), | ||
Script (Garay vs Old_Hungarian), | ||
Script_Extensions (Garay vs Old_Hungarian) | ||
|
||
end Ignoring; |
9 changes: 9 additions & 0 deletions
9
unicodetools/src/main/resources/org/unicode/text/UCD/AdditionComparisons/070.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Ignoring Name Age: | ||
|
||
# HXG (briefly known as HZXG) and SZP are just like all the other CJK strokes. | ||
# In particular, they are scx=Hani: | ||
# https://www.unicode.org/review/pri502/feedback.html#ID20240523095709. | ||
Propertywise [\N{CJK STROKE HXG}\N{CJK STROKE SZP} | ||
\N{CJK STROKE T}] AreAlike | ||
|
||
end Ignoring; |
10 changes: 10 additions & 0 deletions
10
unicodetools/src/main/resources/org/unicode/text/UCD/AdditionComparisons/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Property comparison tests | ||
|
||
Files in this directory are named after [RMG](https://github.com/unicode-org/utc-release-management) | ||
pipeline issues. | ||
Each file contains the tests comparing the properties of proposed characters to properties of | ||
pre-existing characters, developed as part of PAG review. | ||
|
||
Property comparison tests were not in place when properties were initially assigned for the 16.0 | ||
répertoire; some have been retroactively created. Comments in those files note feedback on errors | ||
that would have been caught by the tests. |
16 changes: 16 additions & 0 deletions
16
unicodetools/src/main/resources/org/unicode/text/UCD/AdditionComparisons/template.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# [Template for property comparison tests of character encoding proposals] | ||
# [RMG ISSUE TITLE] | ||
# https://github.com/unicode-org/utc-release-management/issues/[RMG ISSUE NUMBER] | ||
|
||
# Names always differ. | ||
# Age always differs since these tests are comparing additions to pre-existing characters. | ||
Ignoring Name Age: | ||
|
||
# Ignore the security and IDNA properties, as these are not yet included for provisionally assigned characters. | ||
Ignoring Confusable_MA Identifier_Status Identifier_Type Idn_Status Idn_Mapping Idn_2008: | ||
|
||
# [TEST GOES HERE] | ||
|
||
end Ignoring; | ||
|
||
end Ignoring; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters