Sha256: f88ad88e657298fc20edca7d23b8989be776f32512451e85c84b69dc28c3359c

Contents?: true

Size: 159 Bytes

Versions: 8

Compression:

Stored size: 159 Bytes

Contents

# frozen_string_literal: true

Mutant::Meta::Example.add :regexp_eol_anchor do
  source '/$/'

  singleton_mutations
  regexp_mutations

  mutation '/\z/'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mutant-0.8.24 meta/regexp/regexp_eol_anchor.rb
mutant-0.8.23 meta/regexp/regexp_eol_anchor.rb
mutant-0.8.22 meta/regexp/regexp_eol_anchor.rb
mutant-0.8.21 meta/regexp/regexp_eol_anchor.rb
mutant-0.8.20 meta/regexp/regexp_eol_anchor.rb
mutant-0.8.19 meta/regexp/regexp_eol_anchor.rb
mutant-0.8.18 meta/regexp/regexp_eol_anchor.rb
mutant-0.8.17 meta/regexp/regexp_eol_anchor.rb