summaryrefslogtreecommitdiff
path: root/test/ruby/test_literal.rb
AgeCommit message (Expand)Author
2012-05-14merge revision(s) 34796:naruse
2012-02-25merge revision(s) 34786,34787,34788,34789:naruse
2012-02-23merge revision(s) 34776:nobu
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