free_mutant/meta/regopt.rb
2018-09-12 13:15:43 +00:00

10 lines
188 B
Ruby

# frozen_string_literal: true
Mutant::Meta::Example.add :regopt do
source '/foo/ixom'
singleton_mutations
mutation '//ixom'
mutation '/nomatch\\A/ixom'
mutation '/foo/xom'
end