Added more pattern tests

This commit is contained in:
Snaipe 2015-08-04 17:53:48 +02:00
parent b21519bd92
commit 71a9fdf67c

View file

@ -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'