forked from mirror/glob
check lexer inifinite loop
This commit is contained in:
parent
3e14927781
commit
70f1304bc3
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue