Skip to content

Commit

Permalink
add regression test for ß
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Jul 11, 2023
1 parent 02c18a9 commit 8c8597f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ tape('.remove method', function(t) {

t.end();
});

// See https://github.com/tyxla/remove-accents/issues/12
tape('ß is not accented', function(t) {
t.same(removeAccents.remove('Straße'), 'Straße');
});

0 comments on commit 8c8597f

Please sign in to comment.