free_mutant/meta/regopt.rb

11 lines
188 B
Ruby
Raw Normal View History

# 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