Skip to content

Commit

Permalink
increase coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Oct 17, 2018
1 parent 0327d62 commit 04979a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ test( throws , '#' , /unexpected end of file/ ) ;
test( throws , '#x' , /1:2/ ) ;

// no arguments defined
test( throws , '##' , /Escaped hash \(##\) without argument context/ ) ;
test( throws , '#1' , /#1 without argument context/ ) ;
test( throws , '#2' , /#2 without argument context/ ) ;
test( throws , '#3' , /#3 without argument context/ ) ;
Expand Down

0 comments on commit 04979a0

Please sign in to comment.