Skip to content

Commit 98c4258

Browse files
authored
Test that emoji are emoji (#993)
* A test for the 17.0 emoji properties * A failing test
1 parent 383be3a commit 98c4258

File tree

1 file changed

+27
-0
lines changed
  • unicodetools/src/main/resources/org/unicode/text/UCD/AdditionComparisons

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 8 emoji for Unicode 17.0 (1F6D8, 1FA8A, 1FA8E, 1FAC8, 1FACD, 1FADD, 1FAEA, 1FAEF)
2+
# https://github.com/unicode-org/utc-release-management/issues/172
3+
4+
# Names always differ.
5+
# Age always differs since these tests are comparing additions to pre-existing characters.
6+
Ignoring Name Age:
7+
8+
# Ignore the security and IDNA properties, as these are not yet included for provisionally assigned characters.
9+
Ignoring Confusable_MA Identifier_Status Identifier_Type Idn_Status Idn_Mapping Idn_2008:
10+
11+
Ignoring Block:
12+
Propertywise [
13+
\x{1F6D8} \N{LANDSLIDE}
14+
\x{1FA8A} \N{TROMBONE}
15+
\x{1FA8E} \N{TREASURE CHEST}
16+
\x{1FAC8} \N{HAIRY CREATURE}
17+
\x{1FACD} \N{ORCA}
18+
\x{1FADD} \N{APPLE CORE}
19+
\x{1FAEA} \N{DISTORTED FACE}
20+
\x{1FAEF} \N{FIGHT CLOUD}
21+
\x{1FAE0} 🫠 \N{MELTING FACE}
22+
] AreAlike
23+
end Ignoring;
24+
25+
end Ignoring;
26+
27+
end Ignoring;

0 commit comments

Comments
 (0)