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 327d009

Browse filesBrowse files
watildeaddaleax
authored andcommitted
test: fix typo in test/parallel/test-icu-punycode.js
coverter => converter PR-URL: #34934 Reviewed-By: Shingo Inoue <leko.noor@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
1 parent 3fd7889 commit 327d009
Copy full SHA for 327d009

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-icu-punycode.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-icu-punycode.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ const assert = require('assert');
1111

1212
// Test hasConverter method
1313
assert(icu.hasConverter('utf-8'),
14-
'hasConverter should report coverter exists for utf-8');
14+
'hasConverter should report converter exists for utf-8');
1515
assert(!icu.hasConverter('x'),
16-
'hasConverter should report coverter does not exist for x');
16+
'hasConverter should report converter does not exist for x');
1717

1818
const tests = require('../fixtures/url-idna.js');
1919
const fixtures = require('../common/fixtures');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.