mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b16697982e
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.
Running Tests
To run the tests, execute the following from the project's root directory.
$ make test