Add mutations for regopt

This commit is contained in:
John Backus 2016-04-06 02:19:11 -07:00
parent 272111082d
commit 2b9d366907

7
meta/regopt.rb Normal file
View file

@ -0,0 +1,7 @@
Mutant::Meta::Example.add :regopt do
source '/foo/ixom'
singleton_mutations
mutation '//ixom'
mutation '/nomatch\\A/ixom'
end