aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_parse.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby: suppress parser warningsnobu2016-02-191-4/+4
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* parse.y: optional superclassnobu2015-08-111-2/+2
* test_parse.rb: move assertionsnobu2015-05-221-20/+0
* parse.y: refine message for gvar w/o identitirsnobu2015-05-131-0/+19
* test_parse.rb: fix variable namenobu2015-05-131-1/+1
* parse.y: disable past scope warningsnobu2014-12-311-0/+2
* parse.y: warn past scope variablenobu2014-12-251-0/+4
* parse.y: invalid instance/class variable namesnobu2014-11-011-0/+2
* parse.y: preserve encodingsnobu2014-08-131-0/+6
* test_parse.rb: for warningsnobu2014-08-131-0/+14
* parse.y: fix invalid char in evalnobu2014-08-071-1/+4
* * test/ruby: get rid of warnings.usa2014-03-051-1/+0
* test/ruby: better assertionsnobu2013-12-131-1/+1
* * lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda2013-11-291-1/+1
* Fix test failure to follow r42347 ref #3753naruse2013-08-031-7/+1
* parse.y: invalid name as mere stringnobu2013-05-101-4/+17
* scoped constant op-assignmentnobu2012-12-241-1/+3
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* revert r37326 "remove string literal concatenation"nobu2012-10-251-1/+1
* remove string literal concatenationnobu2012-10-251-1/+1
* test_parse.rb: eval locationsnobu2012-09-151-58/+58
* fix argument ordernobu2012-03-161-1/+1
* * parse.y (primary): point method name line. [ruby-core:40936]nobu2011-12-131-0/+14
* * parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu2010-05-291-6/+8
* * parse.y (parser_yylex): abandoned EXPR_VCALL.nobu2010-04-211-24/+0
* * parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separatenobu2010-04-201-0/+24
* * test/ruby: make more ruby-mode.el friendly.nobu2010-04-201-5/+5
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-3/+3
* * test/ruby/test_parse.rb (TestParse): update a test not to usematz2008-09-061-3/+3
* * test/ruby/test_parse.rb: remove tests for open_args.mame2008-06-291-48/+0
* * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz2008-05-011-0/+5
* * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame2008-04-171-0/+2
* * re.c (rb_reg_search): make search reentrant. [ruby-dev:34223]matz2008-04-141-0/+3
* * test/ruby/test_parse.rb: add tests to achieve over 95% test coveragemame2008-04-131-0/+864