aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_literal.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-7/+7
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* parse.y: magic comment w/o indicatorsnobu2015-10-211-2/+26
* fronzen-string-literal pragmanobu2015-09-271-0/+13
* parse.y: keep literal encodingnobu2015-09-101-0/+9
* vm.c: fix mark with rewinding cfpnobu2015-07-161-0/+15
* parse.y: fix literal symbol list node typenobu2014-11-181-0/+10
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * 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