free_mutant/meta/regexp/regexp_eos_ob_eol_anchor.rb

11 lines
167 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
2018-09-12 09:15:43 -04:00
2016-10-09 19:29:43 -04:00
Mutant::Meta::Example.add :regexp_eos_ob_eol_anchor do
source '/\Z/'
singleton_mutations
regexp_mutations
2016-10-09 19:36:46 -04:00
mutation '/\z/'
2016-10-09 19:29:43 -04:00
end