Add regexp_alternation_meta mutations
This commit is contained in:
parent
69099c15eb
commit
dd91f7c1b8
1 changed files with 6 additions and 0 deletions
6
meta/regexp/regexp_alternation_meta.rb
Normal file
6
meta/regexp/regexp_alternation_meta.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
Mutant::Meta::Example.add :regexp_alternation_meta do
|
||||
source '/\A(foo|bar|baz)\z/'
|
||||
|
||||
singleton_mutations
|
||||
regexp_mutations
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue