Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e89fe1e

Browse files
committed
add "..." test
1 parent ccf0f66 commit e89fe1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/matching.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ describe('Matching', function(){
7878
testCombos(combos);
7979
});
8080

81+
it('...',() =>{
82+
let combos = ['...','…','‥.','.‥'];
83+
testCombos(combos);
84+
});
85+
8186
it('non-folding characters',() => {
8287
let combos = ['a\tb','A\tb'];
8388
testCombos(combos);

0 commit comments

Comments
 (0)