We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ece6b commit 27a6dd8Copy full SHA for 27a6dd8
tests/wpt/toascii.json
@@ -172,5 +172,31 @@
172
{
173
"input": "≯",
174
"output": "xn--hdh"
175
+ },
176
+ {
177
+ "comment": "NFC normalization (forbidden < and > characters are normalized to valid ones)",
178
+ "input": "=\u0338",
179
+ "output": "xn--1ch"
180
181
182
+ "input": "<\u0338",
183
+ "output": "xn--gdh"
184
185
186
+ "input": ">\u0338",
187
+ "output": "xn--hdh"
188
189
190
+ "comment": "Same with inserted IDNA ignored code point",
191
+ "input": "=\u00AD\u0338",
192
193
194
195
+ "input": "<\u00AD\u0338",
196
197
198
199
+ "input": ">\u00AD\u0338",
200
201
}
202
]
0 commit comments