free_mutant/meta/regexp/regexp_eol_anchor.rb

9 lines
128 B
Ruby
Raw Normal View History

2016-10-09 15:48:00 -07:00
Mutant::Meta::Example.add :regexp_eol_anchor do
source '/$/'
singleton_mutations
regexp_mutations
mutation '/\z/'
end