index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
t
/
syntax.rb
Age
Commit message (
Expand
)
Author
2020-10-12
Rightward-assign by ASSOC.
Yukihiro "Matz" Matsumoto
2019-12-21
Numbered parameters should not be available in the lambda bodies.
Yukihiro "Matz" Matsumoto
2019-12-21
`_0` is not numbered parameter
KOBAYASHI Shuji
2019-12-09
Support new numbered parameter syntax `_1` instead of `@1`.
Yukihiro "Matz" Matsumoto
2019-12-09
Implement numbered parameters
Ukrainskiy Sergey
2019-10-03
Add tests for #4746
KOBAYASHI Shuji
2019-06-09
Fix missing assertions in `test/t/syntax.rb`
KOBAYASHI Shuji
2018-11-05
Fixed a bug in argument number check with kwargs; fix #4159
Yukihiro "Matz" Matsumoto
2018-09-07
Clear terminated space
dearblue
2018-07-31
Add test case corresponding to 53e2723.
Yukihiro "Matz" Matsumoto
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
2017-04-13
Update NODE_XSTR, NODE_DSXTR tests; ref #3605
Yukihiro "Matz" Matsumoto
2016-12-01
Add test for recently fixed bugs
Yutaka HARA
2016-09-08
Add testing for regression
ksss
2016-07-14
Should raise LocalJumpError when no block given
ksss
2015-11-17
mruby-1.2.0
1.2.0
mimaki
2015-09-02
Make travis happy
Zachary Scott
2015-05-31
fix masgn nosplat array rhs bug
cremno
2015-05-31
update test/t/syntax.rb to success on CRuby
Yukihiro "Matz" Matsumoto
2015-05-29
add multiple assignment with rest tests
cremno
2015-05-07
fix splat without assignment; fix #2781
cremno
2015-02-24
Fix a bug that no expression case doesn't return valid value
Kouhei Sutou
2015-02-24
Fix a bug that if and no return value case can't return true clause value
Kouhei Sutou
2014-12-23
Fix splat and multiple assignments
Kouhei Sutou
2014-11-27
add multiple assignment decomposition test
Yukihiro "Matz" Matsumoto
2014-05-03
count skipped line numbers
Nobuyoshi Nakada
2014-05-03
skip to the next line and reset column after `=end`
Nobuyoshi Nakada
2014-05-03
fix embedded documents
Nobuyoshi Nakada
2014-04-28
Add tests for multiline comment parsing
Carson McDonald
2014-04-21
tests should not depend on `mruby-proc-ext`
cremno
2014-04-21
fix optional block arguments in rhs
Nobuyoshi Nakada
2014-04-21
fix optional arguments in rhs
Nobuyoshi Nakada
2014-04-21
allow method definition in cmdarg
Nobuyoshi Nakada
2014-04-19
Allow parenthesed do-block in cmdarg
Nobuyoshi Nakada
2014-03-28
Add test for backquote.
take_cheeze
2014-03-05
__FILE__ test: add support for \ as separator
cremno
2014-02-26
add test for __LINE__ and __FILE__
take_cheeze
2014-01-06
tests for "case" expression.
Tomoyuki Sahara
2014-01-04
Test case statement with splat
Carson McDonald
2013-12-20
add some tests for case statements
h2so5
2013-08-02
I fix order of actual and expect test value in syntax.rb.
Jun Hiroe
2013-07-28
Add a couple splat tests
Carson McDonald
2013-06-14
Improve Syntax Tests
Daniel Bovensiepen
2012-11-30
add test for 'Abbreviated variable assignment as returns'
skandhas
2012-11-02
add test for 8cf42709
Yukihiro Matsumoto
2012-06-12
minor correction in test/t/syntax.rb
Yukihiro Matsumoto