free_mutant/meta/regexp/regexp_eol_anchor.rb
2016-10-09 16:59:51 -07:00

8 lines
128 B
Ruby

Mutant::Meta::Example.add :regexp_eol_anchor do
source '/$/'
singleton_mutations
regexp_mutations
mutation '/\z/'
end