summaryrefslogtreecommitdiff
path: root/test/ruby/test_literal.rb
AgeCommit message (Expand)Author
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