summaryrefslogtreecommitdiffhomepage
path: root/test/t/syntax.rb
AgeCommit message (Expand)Author
2021-11-12test/syntax.rb: test argument forwarding without parentheses.Yukihiro "Matz" Matsumoto
2021-10-12Support Ruby3.0 keyword arguments.Yukihiro "Matz" Matsumoto
2021-07-15test/syntax.rb: add tests for `break` and `redo`.Yukihiro "Matz" Matsumoto
2021-07-15Merge pull request #4141 from udzura/add-test-for-attr-nil-guardYukihiro "Matz" Matsumoto
2021-05-21test/syntax.rb: fix endless def warning (no assertion).Yukihiro "Matz" Matsumoto
2021-05-18parse.y: allow "command" syntax in endless method definition.Yukihiro "Matz" Matsumoto
2021-03-31codegen.c: `yield` outside of method is now `SyntaxError`.Yukihiro "Matz" Matsumoto
2020-12-09Argument forwarding with `...` now supports leading arguments.Yukihiro "Matz" Matsumoto
2020-11-02Replace `R-assignment` by `single-line pattern matching`.Yukihiro "Matz" Matsumoto
2020-10-12Rightward-assign by ASSOC.Yukihiro "Matz" Matsumoto
2019-12-21Numbered parameters should not be available in the lambda bodies.Yukihiro "Matz" Matsumoto
2019-12-21`_0` is not numbered parameterKOBAYASHI Shuji
2019-12-09Support new numbered parameter syntax `_1` instead of `@1`.Yukihiro "Matz" Matsumoto
2019-12-09Implement numbered parametersUkrainskiy Sergey
2019-10-03Add tests for #4746KOBAYASHI Shuji
2019-06-09Fix missing assertions in `test/t/syntax.rb`KOBAYASHI Shuji
2018-11-05Fixed a bug in argument number check with kwargs; fix #4159Yukihiro "Matz" Matsumoto
2018-10-15Add a testcase of #4137 fixUchio KONDO
2018-09-07Clear terminated spacedearblue
2018-07-31Add test case corresponding to 53e2723.Yukihiro "Matz" Matsumoto
2018-07-30Keyword argument implemented.Yukihiro "Matz" Matsumoto
2017-04-13Update NODE_XSTR, NODE_DSXTR tests; ref #3605Yukihiro "Matz" Matsumoto
2016-12-01Add test for recently fixed bugsYutaka HARA
2016-09-08Add testing for regressionksss
2016-07-14Should raise LocalJumpError when no block givenksss
2015-11-17mruby-1.2.01.2.0mimaki
2015-09-02Make travis happyZachary Scott
2015-05-31fix masgn nosplat array rhs bugcremno
2015-05-31update test/t/syntax.rb to success on CRubyYukihiro "Matz" Matsumoto
2015-05-29add multiple assignment with rest testscremno
2015-05-07fix splat without assignment; fix #2781cremno
2015-02-24Fix a bug that no expression case doesn't return valid valueKouhei Sutou
2015-02-24Fix a bug that if and no return value case can't return true clause valueKouhei Sutou
2014-12-23Fix splat and multiple assignmentsKouhei Sutou
2014-11-27add multiple assignment decomposition testYukihiro "Matz" Matsumoto
2014-05-03count skipped line numbersNobuyoshi Nakada
2014-05-03skip to the next line and reset column after `=end`Nobuyoshi Nakada
2014-05-03fix embedded documentsNobuyoshi Nakada
2014-04-28Add tests for multiline comment parsingCarson McDonald
2014-04-21tests should not depend on `mruby-proc-ext`cremno
2014-04-21fix optional block arguments in rhsNobuyoshi Nakada
2014-04-21fix optional arguments in rhsNobuyoshi Nakada
2014-04-21allow method definition in cmdargNobuyoshi Nakada
2014-04-19Allow parenthesed do-block in cmdargNobuyoshi Nakada
2014-03-28Add test for backquote.take_cheeze
2014-03-05__FILE__ test: add support for \ as separatorcremno
2014-02-26add test for __LINE__ and __FILE__take_cheeze
2014-01-06tests for "case" expression.Tomoyuki Sahara
2014-01-04Test case statement with splatCarson McDonald
2013-12-20add some tests for case statementsh2so5