Skip to content

Commit

Permalink
IdnaTestV2: test disallowed_STD3
Browse files Browse the repository at this point in the history
  • Loading branch information
markusicu committed May 15, 2024
1 parent a1920be commit e9f055f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion unicodetools/data/idna/dev/IdnaTestV2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IdnaTestV2.txt
# Date: 2024-05-15, 03:51:27 GMT
# Date: 2024-05-15, 04:28:51 GMT
# © 2024 Unicode®, Inc.
# Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries.
# For terms of use and license, see https://www.unicode.org/terms_of_use.html
Expand Down Expand Up @@ -537,6 +537,11 @@ xn--1ug..xn--skb080k; \u200D..\u06B9\u200C; [B1, B3, C1, C2, X4_2]; xn--1ug..xn-
\u05D00\u0660; ; [B4]; xn--0-zhc74b; ; ; # א0٠
xn--0-zhc74b; \u05D00\u0660; [B4]; xn--0-zhc74b; ; ; # א0٠
$; ; [V7]; ; ; ; # $
⑷.four; ; [V7]; xn--csh.four; ; ; # ⑷.four
(4).four; ; [V7]; ; ; ; # (4).four
⑷.FOUR; ⑷.four; [V7]; xn--csh.four; ; ; # ⑷.four
⑷.Four; ⑷.four; [V7]; xn--csh.four; ; ; # ⑷.four
xn--csh.four; ⑷.four; [V7]; xn--csh.four; ; ; # ⑷.four

# RANDOMIZED TESTS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -884,5 +884,9 @@ public static UnicodeSet getIdna2008Valid() {
"\u200D。。\u06B9\u200C",
"\u05D0\u0030\u0660",
"$",
// 2477 ; disallowed_STD3_mapped ; 0028 0034 0029 # PARENTHESIZED DIGIT FOUR
"\u2477.four",
// parentheses are disallowed_STD3_valid
"(4).four",
};
}

0 comments on commit e9f055f

Please sign in to comment.