check lexer inifinite loop

This commit is contained in:
gobwas 2016-05-27 19:35:34 +03:00
parent 3e14927781
commit 70f1304bc3
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ func TestGlob(t *testing.T) {
glob(true, "", ""),
glob(false, "", "b"),
glob(true, "*ä", "åä"),
glob(true, "abc", "abc"),
glob(true, "a*c", "abc"),
glob(true, "a*c", "a12345c"),