free_mutant/meta/kwbegin.rb

10 lines
158 B
Ruby
Raw Normal View History

# encoding: utf-8
Mutant::Meta::Example.add do
source 'begin; true; end'
mutation 'begin; false; end'
mutation 'begin; nil; end'
mutation 'nil'
end