Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test that emoji are emoji #993

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# 8 emoji for Unicode 17.0 (1F6D8, 1FA8A, 1FA8E, 1FAC8, 1FACD, 1FADD, 1FAEA, 1FAEF)
# https://github.com/unicode-org/utc-release-management/issues/172

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

Ignoring Block:
Propertywise [
\x{1F6D8} \N{LANDSLIDE}
\x{1FA8A} \N{TROMBONE}
\x{1FA8E} \N{TREASURE CHEST}
\x{1FAC8} \N{HAIRY CREATURE}
\x{1FACD} \N{ORCA}
\x{1FADD} \N{APPLE CORE}
\x{1FAEA} \N{DISTORTED FACE}
\x{1FAEF} \N{FIGHT CLOUD}
\x{1FAE0} 🫠 \N{MELTING FACE}
] AreAlike

Check failure on line 22 in unicodetools/src/main/resources/org/unicode/text/UCD/AdditionComparisons/172.txt

View workflow job for this annotation

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

Invariant test failure

Basic_Emoji(🛘) = No ≠ Yes = Basic_Emoji(🫠) Emoji(🛘) = No ≠ Yes = Emoji(🫠) Emoji_Presentation(🛘) = No ≠ Yes = Emoji_Presentation(🫠)
end Ignoring;

end Ignoring;

end Ignoring;
Loading