This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian
/
free_mutant
Watch
1
Star
0
Fork
You've already forked free_mutant
0
Code
Releases
Activity
de5fb378ac
free_mutant
/
meta
/
block_pass.rb
7 lines
106 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add support for explicit type in meta examples * This is needed to relate examples to node types for nodes that cannot stand alone. Example are :where nodes that do not have syntax outside a :case
2016-03-19 11:13:05 -04:00
Mutant
::
Meta
::
Example
.
add
:block_pass
do
Define expected mutations with less redundancy The mutation examples are now introspectable, this allows to render nice index or performing better automated analysis against the corpus.
2014-06-02 08:57:14 -04:00
source
'foo(&bar)'
Add expression => self mutation Also reorganizes parts of meta to align filenames to node name better. Closes #191
2014-06-05 12:37:31 -04:00
singleton_mutations
Define expected mutations with less redundancy The mutation examples are now introspectable, this allows to render nice index or performing better automated analysis against the corpus.
2014-06-02 08:57:14 -04:00
mutation
'foo'
end
Copy permalink