2018-09-12 14:21:24 +00:00
|
|
|
# frozen_string_literal: true
|
2018-09-12 13:15:43 +00:00
|
|
|
|
2016-04-06 02:19:11 -07:00
|
|
|
Mutant::Meta::Example.add :regopt do
|
|
|
|
source '/foo/ixom'
|
|
|
|
|
|
|
|
singleton_mutations
|
|
|
|
mutation '//ixom'
|
|
|
|
mutation '/nomatch\\A/ixom'
|
2016-04-15 01:03:58 -07:00
|
|
|
mutation '/foo/xom'
|
2016-04-06 02:19:11 -07:00
|
|
|
end
|