Files
mruby-mruby/test
Nobuyoshi Nakada b16697982e Allow parenthesed do-block in cmdarg
Flush cmdarg flags inside left-paren in a command argument, to allow
parenthesed `do-block` as an argument without arguments parentheses.
`CMDARG_PUSH(0)` for tLPAREN_ARG is before `CMDARG_PUSH(1)` in
`command_args` due to look-ahead.
2014-04-19 18:46:07 +09:00
..
2014-04-19 18:46:07 +09:00
2014-03-03 16:53:26 +09:00
2014-02-26 22:01:31 +09:00
2012-09-06 07:49:14 -05:00
2012-11-05 15:50:46 +09:00

Running Tests

To run the tests, execute the following from the project's root directory.

$ make test