
* This commit does every 2.3 change required to get the build pass * None of the changes can be extracted, without changing the build setup
9 lines
187 B
Ruby
9 lines
187 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
|