Skip to content

Commit 2662e53

Browse files
niconoe-williamdes
authored andcommitted
Add provider to test the '*/*' case.
1 parent beef18f commit 2662e53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Lexer/LexerTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ public function lexProvider()
8484
array('lexer/lexWhitespace'),
8585
array('lexer/lexLabel1'),
8686
array('lexer/lexLabel2'),
87-
array('lexer/lexNoLabel')
87+
array('lexer/lexNoLabel'),
88+
array('lexer/lexWildcardThenComment'),
8889
);
8990
}
9091
}

0 commit comments

Comments
 (0)