free_mutant/meta/regexp/regexp_eol_anchor.rb

11 lines
159 B
Ruby
Raw Normal View History

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