Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3fccc2

Browse filesBrowse files
bnoordhuisMyles Borins
authored andcommitted
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 <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 03f7031 commit b3fccc2
Copy full SHA for b3fccc2

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-punycode.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-punycode.js
+1-3Lines changed: 1 addition & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.