From 6b8e9644d6b7d59054a56fa57e0a1b2b8cf972aa Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 31 Dec 2012 23:25:40 +0100 Subject: [PATCH] Add todo node about block catch and block pass mutation --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 44a98562..d19498e0 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,7 @@ Mutations: * Add mutations for dynamic regexp symbol and string literals * Mutate "def foo; bar; end" to "def foo; self; end"? * Emit negative and positive mutations + * Mutate Block catch "def foo(&block)" and block pass "foo(&block)" Example of a negative mutation: Mutations on local variables and arguments prefixed with an underscore would be emitted as