free_mutant/meta/regexp/regexp_eol_anchor.rb

10 lines
158 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2016-10-09 18:48:00 -04:00
Mutant::Meta::Example.add :regexp_eol_anchor do
source '/$/'
singleton_mutations
regexp_mutations
mutation '/\z/'
end