index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_literal.rb
Age
Commit message (
Expand
)
Author
2024-12-29
[Bug #20988] [prism] Fix escaped octal character literals
Nobuyoshi Nakada
2024-12-28
[Bug #20990] Reject escaped multibyte char with control/meta prefix
Nobuyoshi Nakada
2024-09-17
Prevent prism warnings in syntax exhaustive tests
Yusuke Endoh
2024-09-12
Switch the default parser from parse.y to Prism
Kevin Newton
2024-05-27
Add a debug print for a random failure
Yusuke Endoh
2024-05-26
Debug unexpectedly changed path
Nobuyoshi Nakada
2024-04-02
[Feature #20331] Simplify parser warnings for hash keys duplication and when ...
yui-knk
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2024-02-20
Fix string value in hash literal being forced frozen
Alan Wu
2024-02-13
Warn duplication of `__ENCODING__` on the hash
yui-knk
2024-01-07
Check hash key duplication for `__LINE__` and `__FILE__`
yui-knk
2021-12-16
Use `to_s` and `puts` in tests
Nobuyoshi Nakada
2021-10-18
Fix evaluation order of hash values for duplicate keys
Jeremy Evans
2021-09-15
Add test cases for constants and keywords
Shugo Maeda
2021-09-13
Adds mixed hash value and value omission tests
Brandon Weaver
2021-09-11
Add documentation and tests for keyword argument value omission
Shugo Maeda
2021-06-03
Warn more duplicate literal hash keys
Nobuyoshi Nakada
2021-06-03
Warn more duplicate literal hash keys
Nobuyoshi Nakada
2021-06-03
Assertions for duplicate literal hash key warnings
Nobuyoshi Nakada
2020-09-16
RUBY_ISEQ_DUMP_DEBUG=to_binary never kept the debug information for String li...
Benoit Daloze
2020-09-16
Revert "skip on RUBY_ISEQ_DUMP_DEBUG=to_binary"
Benoit Daloze
2020-09-16
skip on RUBY_ISEQ_DUMP_DEBUG=to_binary
Koichi Sasada
2020-09-15
Interpolated strings are no longer frozen with frozen-string-literal: true
Benoit Daloze
2019-09-25
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-06-30
Suppress unused variable warnings
Nobuyoshi Nakada
2019-05-29
parse.y: warn escaped whitespace
Nobuyoshi Nakada
2018-12-25
fix a test by restoring value checking.
ko1
2018-12-20
hide iseq operand object for duphash. [Bug #15440]
ko1
2018-12-20
Test separately to get rid of risk to modify unrelated hash
nobu
2018-12-20
Freeze hash literals embedded in duphash instructions
nobu
2018-12-12
skip a test.
ko1
2018-12-03
Collapse putobject, putobject, newarray
tenderlove
2018-04-09
parse.y: extra error message after no digits
nobu
2018-04-09
test_literal.rb: use assert_syntax_error
nobu
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-11-13
compile.c: fixup r60727
nobu
2017-09-17
literal symbol by intern
nobu
2017-04-27
refactor newhash (revision 58463 another try) [fix GH-1600]
shyouhei
2016-11-21
Revert r56856
nobu
2016-07-15
util.c: do not underflow
nobu
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-10-21
parse.y: magic comment w/o indicators
nobu
2015-09-27
fronzen-string-literal pragma
nobu
2015-09-10
parse.y: keep literal encoding
nobu
2015-07-16
vm.c: fix mark with rewinding cfp
nobu
2014-11-18
parse.y: fix literal symbol list node type
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2012-11-29
* compile.c (compile_array_): refix r37991 remove assertion:
naruse
2012-11-29
Revert r37991 "compile.c: hash must be paired"
naruse
[next]