Skip to content

Commit b3fccc2

Browse files
bnoordhuisMyles Borins
authored and
Myles Borins
committed
test: enable cyrillic punycode test case
The test from RFC 3492 contains a bug: the uppercase D in the input should be lowercased. Fix that and enable the test. Fixes: #8691 PR-URL: #8695 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Ilkka Myller <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 03f7031 commit b3fccc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/parallel/test-punycode.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,10 @@ var tests = {
6262
'\uC744\uAE4C',
6363

6464
// (I) Russian (Cyrillic)
65-
/* XXX disabled, fails - possibly a bug in the RFC
66-
'b1abfaaepdrnnbgefbaDotcwatmq2g4l':
65+
'b1abfaaepdrnnbgefbadotcwatmq2g4l':
6766
'\u043F\u043E\u0447\u0435\u043C\u0443\u0436\u0435\u043E\u043D\u0438' +
6867
'\u043D\u0435\u0433\u043E\u0432\u043E\u0440\u044F\u0442\u043F\u043E' +
6968
'\u0440\u0443\u0441\u0441\u043A\u0438',
70-
*/
7169

7270
// (J) Spanish: Porqu<eacute>nopuedensimplementehablarenEspa<ntilde>ol
7371
'PorqunopuedensimplementehablarenEspaol-fmd56a':

0 commit comments

Comments
 (0)