10 lines
188 B
Ruby
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
|