4a9ab9340e
The mutation examples are now introspectable, this allows to render nice index or performing better automated analysis against the corpus.
8 lines
100 B
Ruby
8 lines
100 B
Ruby
# encoding: utf-8
|
|
|
|
Mutant::Meta::Example.add do
|
|
source '::A'
|
|
|
|
mutation 'nil'
|
|
mutation 'A'
|
|
end
|