Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Add missing punycode decode test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremys committed Jun 20, 2011
1 parent 6e1d390 commit c153ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/simple/test-punycode.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ assert.equal(punycode.decode('Bcher-kva'), 'Bücher');
assert.equal(punycode.decode(
'Willst du die Blthe des frhen, die Frchte des spteren Jahres-x9e96lkal'),
'Willst du die Blüthe des frühen, die Früchte des späteren Jahres');
assert.equal(punycode.decode('wgv71a119e'), '日本語');

0 comments on commit c153ae5

Please sign in to comment.