Skip to content

Commit

Permalink
adds test case for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoRB committed Nov 8, 2018
1 parent bc88a81 commit a96ca2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ var testCases = [
[7, ['°□°']],
[14, ['┻━┻']],
]
},
{
keywords: ['.com.au','.com'],
text: 'www.yahoo.com',
expected: [
[12, ['.com']]
]
}
].map(function(ts) {
ts.expected = ts.expected.map(function(expected) {
Expand Down

0 comments on commit a96ca2f

Please sign in to comment.