Skip to content

Commit

Permalink
Add provider to test the '*/*' case.
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe- authored and williamdes committed Feb 10, 2020
1 parent beef18f commit 2662e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Lexer/LexerTest.php
Expand Up @@ -84,7 +84,8 @@ public function lexProvider()
array('lexer/lexWhitespace'),
array('lexer/lexLabel1'),
array('lexer/lexLabel2'),
array('lexer/lexNoLabel')
array('lexer/lexNoLabel'),
array('lexer/lexWildcardThenComment'),
);
}
}

0 comments on commit 2662e53

Please sign in to comment.