Skip to content

Commit

Permalink
A more robust invariant too
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Jun 5, 2024
1 parent c6dba29 commit 2f47ca7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,9 @@ Let $TwoVietnameseReadingMarks = [\p{U15.1.0:ccc=6}]
# and ICU-TC should be notified.
# See https://github.com/unicode-org/icu/pull/3026.
\p{HST=V} = \p{GCB=V} & [\u0000-\uFFFF]

Check failure on line 870 in unicodetools/src/main/resources/org/unicode/text/UCD/UnicodeInvariantTest.txt

View workflow job for this annotation

GitHub Actions / Check UCD consistency, invariants, smoke-test generators

Parse error

Extra characters at end
# A more principled (if less practically useful) statement is that the
# dual-conjoining Hangul characters are exactly the Hangul vowels.
\p{HST=V} = \p{GCB=V} & \p{Script=Hangul}

Check failure on line 873 in unicodetools/src/main/resources/org/unicode/text/UCD/UnicodeInvariantTest.txt

View workflow job for this annotation

GitHub Actions / Check UCD consistency, invariants, smoke-test generators

Parse error

Extra characters at end

##########################
# Emoji
Expand Down

0 comments on commit 2f47ca7

Please sign in to comment.