aboutsummaryrefslogtreecommitdiffstats
path: root/test/ripper/test_scanner_events.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix Ripper.lex error in dedenting squiggly heredocnobu2016-02-021-0/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* change DOTQnobu2015-11-061-2/+2
* symbol.c: dotq in rippernobu2015-10-251-0/+2
* parse.y: fix fluent interface identifiernobu2014-10-241-0/+4
* parse.y: do not use disposed stringnobu2014-10-161-0/+4
* parse.y: quoted ID keynobu2014-09-201-0/+5
* test/ripper/test_scanner_events.rb: fill empty test methodsnobu2014-07-251-0/+8
* parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu2013-11-101-9/+0
* * NEWS: Add note about frozen string literalscharliesome2013-09-021-0/+9
* eventids2.c: new literalsnobu2013-08-021-0/+25
* parse.y: fail if invalid namenobu2013-05-081-3/+3
* test_scanner_events.rb: assert_locationnobu2013-05-081-22/+22
* parse.y: flush string contentnobu2012-12-061-0/+7
* test_scanner_events.rb: ruby-mode highlight by heredocnobu2012-12-061-39/+39
* revert r37326 "remove string literal concatenation"nobu2012-10-251-2/+2
* remove string literal concatenationnobu2012-10-251-2/+2
* * parse.y: added symbols and qsymbols productions for %i and %Itenderlove2012-07-241-0/+22
* * parse.y (string_content, parser_yylex): count brace nesting tonobu2012-04-091-3/+0
* A test for r33542.naruse2011-10-281-0/+4
* * parse.y (parser_here_document): should dispatch heredoc_endnobu2011-07-051-0/+8
* * parse.y (parser_parse_string): flush delayed token. based on anobu2011-06-131-2/+15
* * test/ripper/test_parser_events.rb: more tests.nobu2009-12-081-1/+2
* * test/ripper/test_*.rb: fixed indent.nobu2009-10-201-7/+6
* * parse.y (parser_here_document): dispatch delayed heredocnobu2009-10-201-5/+5
* * test/ripper/test_scanner_events.rb: workaround for ruby-mode.el confusion.nobu2009-10-031-7/+7
* * parse.y (yylex): should dispatch scan-event even when followsnobu2009-08-161-0/+5
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-1/+1
* * Merge YARVko12006-12-311-0/+4
* sync scanner event name.aamine2005-09-221-3/+3
* * ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:2...aamine2005-09-221-3/+22
* * array.c (rb_ary_nitems): add the block feature to Array#nitems.matz2005-06-081-1/+1
* * test/ripper/test_scanner_events.rb: fix test.aamine2005-02-041-9/+9
* * test/ripper/test_scanner_events.rb: test location information.aamine2004-10-091-14/+40
* * ext/ripper/Makefile.dev: removed.aamine2004-09-231-315/+291
* * test/ripper/test_scanner_events.rb: tokens must be reordered.aamine2004-09-201-3/+4
* * test/ripper/test_scanner_events.rb: test #lineno and #column.aamine2004-09-201-19/+59
* * parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine2004-09-201-6/+8
* * parse.y [ripper]: unify old_lex_p and token_head.aamine2004-09-201-4/+7
* * test/ripper/test_scanner_events.rb: test spaces before heredoc mark.aamine2004-09-191-30/+22
* * ext/ripper: ripper extention added.aamine2004-09-121-0/+744