Skip to content

Commit 29f392e

Browse files
committed
Add tests for accented characters
1 parent 7a64eb2 commit 29f392e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

test/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ test('works', function(t) {
1010
['KITTen', 2 / 3.0],
1111
['KITTEn', 5 / 6.0],
1212
['KITTEN', 1.0],
13-
['kittens ARE COOL', 7 / 16.0]
13+
['kittens ARE COOL', 7 / 16.0],
14+
['kitteñ', 0.0],
15+
['kitteÑ', 1 / 6.0],
16+
['kittÉÑ', 1 / 3.0]
1417
];
1518

1619
t.plan(TEST_ARRAY.length);

0 commit comments

Comments
 (0)