Add todo node about block catch and block pass mutation
This commit is contained in:
parent
54df9048ed
commit
6b8e9644d6
1 changed files with 1 additions and 0 deletions
1
TODO
1
TODO
|
@ -13,6 +13,7 @@ Mutations:
|
||||||
* Add mutations for dynamic regexp symbol and string literals
|
* Add mutations for dynamic regexp symbol and string literals
|
||||||
* Mutate "def foo; bar; end" to "def foo; self; end"?
|
* Mutate "def foo; bar; end" to "def foo; self; end"?
|
||||||
* Emit negative and positive mutations
|
* Emit negative and positive mutations
|
||||||
|
* Mutate Block catch "def foo(&block)" and block pass "foo(&block)"
|
||||||
|
|
||||||
Example of a negative mutation:
|
Example of a negative mutation:
|
||||||
Mutations on local variables and arguments prefixed with an underscore would be emitted as
|
Mutations on local variables and arguments prefixed with an underscore would be emitted as
|
||||||
|
|
Loading…
Add table
Reference in a new issue