Skip to content

Commit

Permalink
A test.
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jan 9, 2025
1 parent 8fc52fb commit 84f6110
Showing 1 changed file with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Cuneiform: Twelve tenû numerals
# https://github.com/unicode-org/utc-release-management/issues/175

# 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:

# Comparing with 𒑊 rather than 𒀹, as the latter has different properties because of its non-numeric usage.
Propertywise [
\N{CUNEIFORM NUMERIC SIGN SEVEN ASH TENU}
\N{CUNEIFORM NUMERIC SIGN EIGHT ASH TENU}
\N{CUNEIFORM NUMERIC SIGN NINE ASH TENU}
] : [ 789 ]
CorrespondTo [
\x{1244A} 𒑊 \N{CUNEIFORM NUMERIC SIGN TWO ASH TENU}
] : [ 2 ]

Propertywise [
\N{CUNEIFORM NUMERIC SIGN ASH TIMES ONE DISH TENU}
\N{CUNEIFORM NUMERIC SIGN ASH TIMES TWO DISH TENU}
\N{CUNEIFORM NUMERIC SIGN ASH TIMES THREE DISH TENU}
\N{CUNEIFORM NUMERIC SIGN ASH TIMES FOUR DISH TENU}
\N{CUNEIFORM NUMERIC SIGN ASH TIMES FIVE DISH TENU}
\N{CUNEIFORM NUMERIC SIGN ASH TIMES SIX DISH TENU}
\N{CUNEIFORM NUMERIC SIGN ASH TIMES SEVEN DISH TENU}
\N{CUNEIFORM NUMERIC SIGN ASH TIMES EIGHT DISH TENU}
\N{CUNEIFORM NUMERIC SIGN ASH TIMES NINE DISH TENU}
] : [ 123456789 ]
CorrespondTo [
\x{1244A} 𒑊 \N{CUNEIFORM NUMERIC SIGN TWO ASH TENU}
] : [ 2 ]

end Ignoring;

end Ignoring;

0 comments on commit 84f6110

Please sign in to comment.