Add mutations for regopt
This commit is contained in:
parent
272111082d
commit
2b9d366907
1 changed files with 7 additions and 0 deletions
7
meta/regopt.rb
Normal file
7
meta/regopt.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
Mutant::Meta::Example.add :regopt do
|
||||
source '/foo/ixom'
|
||||
|
||||
singleton_mutations
|
||||
mutation '//ixom'
|
||||
mutation '/nomatch\\A/ixom'
|
||||
end
|
Loading…
Add table
Reference in a new issue