summaryrefslogtreecommitdiff
path: root/test/ruby/test_parse.rb
AgeCommit message (Expand)Author
2013-05-10parse.y: invalid name as mere stringnobu
2012-12-24scoped constant op-assignmentnobu
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-25revert r37326 "remove string literal concatenation"nobu
2012-10-25remove string literal concatenationnobu
2012-09-15test_parse.rb: eval locationsnobu
2012-03-16fix argument ordernobu
2011-12-13* parse.y (primary): point method name line. [ruby-core:40936]nobu
2010-05-29* parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu
2010-04-21* parse.y (parser_yylex): abandoned EXPR_VCALL.nobu
2010-04-20* parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separatenobu
2010-04-20* test/ruby: make more ruby-mode.el friendly.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-09-06* test/ruby/test_parse.rb (TestParse): update a test not to usematz
2008-06-29* test/ruby/test_parse.rb: remove tests for open_args.mame
2008-05-01* test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz
2008-04-17* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame
2008-04-14* re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz
2008-04-13* test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame