aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_literal.rb
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (compile_array_): refix r37991 remove assertion:naruse2012-11-291-0/+136
* Revert r37991 "compile.c: hash must be paired"naruse2012-11-291-136/+0
* compile.c: hash must be pairednobu2012-11-291-0/+136
* revert r37326 "remove string literal concatenation"nobu2012-10-251-3/+0
* remove string literal concatenationnobu2012-10-251-0/+3
* Disable GC for slow this test.naruse2012-04-181-4/+4
* * compile.c (compile_array, compile_array_):ko12012-04-121-0/+8
* * parse.y (parser_tokadd_string): insert a backslash only ifnobu2012-02-241-3/+9
* * test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for ht...shyouhei2012-02-241-0/+1
* * parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu2012-02-231-3/+4
* * parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu2011-09-021-2/+20
* * parse.y (regexp): dregexp has literal string only at the headnobu2010-10-041-0/+2
* * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex ormame2010-05-161-1/+4
* * parse.y (parser_read_escape): deny extra character escapes.nobu2010-04-271-0/+7
* supress warnings.akr2010-01-251-5/+5
* * parse.y (parser_yylex): suppress an extra error message afternobu2009-11-301-0/+10
* * compile.c (compile_dstr_fragments): reduced needless literal.nobu2009-07-201-0/+4
* add tests.akr2008-03-011-0/+54
* add a test.akr2008-03-011-0/+3
* * test/ruby/test_literal.rb: new test.aamine2007-02-231-0/+184