summaryrefslogtreecommitdiff
path: root/test/ruby/test_literal.rb
AgeCommit message (Expand)Author
2012-11-29* compile.c (compile_array_): refix r37991 remove assertion:naruse
2012-11-29Revert r37991 "compile.c: hash must be paired"naruse
2012-11-29compile.c: hash must be pairednobu
2012-10-25revert r37326 "remove string literal concatenation"nobu
2012-10-25remove string literal concatenationnobu
2012-04-18Disable GC for slow this test.naruse
2012-04-12* compile.c (compile_array, compile_array_):ko1
2012-02-24* parse.y (parser_tokadd_string): insert a backslash only ifnobu
2012-02-24* test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for ht...shyouhei
2012-02-23* parse.y (parser_tokadd_string, parser_yylex): insert a backslashnobu
2011-09-02* parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu
2010-10-04* parse.y (regexp): dregexp has literal string only at the headnobu
2010-05-16* parse.y (parser_read_escape, parser_tokadd_escape): allow a hex ormame
2010-04-27* parse.y (parser_read_escape): deny extra character escapes.nobu
2010-01-25supress warnings.akr
2009-11-30* parse.y (parser_yylex): suppress an extra error message afternobu
2009-07-20* compile.c (compile_dstr_fragments): reduced needless literal.nobu
2008-03-01add tests.akr
2008-03-01add a test.akr
2007-02-23* test/ruby/test_literal.rb: new test.aamine