Added more pattern tests
This commit is contained in:
parent
b21519bd92
commit
71a9fdf67c
1 changed files with 5 additions and 0 deletions
|
@ -1,2 +1,7 @@
|
|||
#!/bin/sh
|
||||
./simple --pattern '*/passing'
|
||||
./simple --pattern '!(*/passing)'
|
||||
./simple --pattern '[pf]a@(ss|il)ing'
|
||||
./simple --pattern '@(+(nest)ed))'
|
||||
./simple --pattern '?(*(a|b))'
|
||||
./simple --pattern '?(malformed'
|
||||
|
|
Loading…
Add table
Reference in a new issue