Add regexp_alternation_meta mutations

This commit is contained in:
John Backus 2016-08-14 13:29:48 -07:00
parent 69099c15eb
commit dd91f7c1b8
No known key found for this signature in database
GPG key ID: 9A91898D0B0B2FBE

View file

@ -0,0 +1,6 @@
Mutant::Meta::Example.add :regexp_alternation_meta do
source '/\A(foo|bar|baz)\z/'
singleton_mutations
regexp_mutations
end