Revert "Disable invalid mutations"

This reverts commit e8b50511d6.
This commit is contained in:
Alex Kotov 2021-01-17 09:12:11 +05:00
parent e8b50511d6
commit ed929e49fd

View file

@ -61,8 +61,6 @@ Mutant::Meta::Example.add :block do
mutation 'foo {}'
end
# FIXME: bug after "parser" upgrade from 2.6.3.0 to 2.6.4.0
=begin
Mutant::Meta::Example.add :block do
source 'foo { |_a| }'
@ -92,7 +90,6 @@ Mutant::Meta::Example.add :block do
mutation 'foo { |(_a)| }'
mutation 'foo'
end
=end
Mutant::Meta::Example.add :block do
source 'foo { bar(nil) }'