aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_literal.rb
Commit message (Expand)AuthorAgeFilesLines
* RUBY_ISEQ_DUMP_DEBUG=to_binary never kept the debug information for String li...Benoit Daloze2020-09-161-1/+1
* Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"Benoit Daloze2020-09-161-1/+0
* skip on RUBY_ISEQ_DUMP_DEBUG=to_binaryKoichi Sasada2020-09-161-0/+1
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-1/+1
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-2/+2
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-1/+1
* parse.y: warn escaped whitespaceNobuyoshi Nakada2019-05-291-0/+1
* fix a test by restoring value checking.ko12018-12-251-1/+2
* hide iseq operand object for duphash. [Bug #15440]ko12018-12-201-6/+4
* Test separately to get rid of risk to modify unrelated hashnobu2018-12-201-11/+14
* Freeze hash literals embedded in duphash instructionsnobu2018-12-201-0/+16
* skip a test.ko12018-12-121-1/+1
* Collapse putobject, putobject, newarraytenderlove2018-12-031-0/+17
* parse.y: extra error message after no digitsnobu2018-04-091-4/+5
* test_literal.rb: use assert_syntax_errornobu2018-04-091-5/+1
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-1/+1
* compile.c: fixup r60727nobu2017-11-131-0/+14
* literal symbol by internnobu2017-09-171-0/+15
* refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei2017-04-271-0/+29
* Revert r56856nobu2016-11-211-0/+3
* util.c: do not underflownobu2016-07-151-0/+1
* 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