free_mutant/meta/regopt.rb

11 lines
188 B
Ruby
Raw Normal View History

# frozen_string_literal: true
2018-09-12 09:15:43 -04:00
2016-04-06 05:19:11 -04:00
Mutant::Meta::Example.add :regopt do
source '/foo/ixom'
singleton_mutations
mutation '//ixom'
mutation '/nomatch\\A/ixom'
2016-04-15 04:03:58 -04:00
mutation '/foo/xom'
2016-04-06 05:19:11 -04:00
end