1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/-ext-/string
Jean Boussier 6bef49427a Fix rb_interned_str_* functions to not assume static strings
Fixes [Feature #13381]

When passed a `fake_str`, `register_fstring` would create new strings
with `str_new_static`. That's not what was expected, and answer
almost no use cases.
2020-11-30 17:33:28 +09:00
..
test_capacity.rb
test_coderange.rb
test_cstr.rb Make String methods return String instances when called on a subclass instance 2020-11-20 16:30:23 -08:00
test_ellipsize.rb Make String methods return String instances when called on a subclass instance 2020-11-20 16:30:23 -08:00
test_enc_associate.rb
test_enc_str_buf_cat.rb
test_external_new.rb
test_fstring.rb
test_interned_str.rb Fix rb_interned_str_* functions to not assume static strings 2020-11-30 17:33:28 +09:00
test_modify_expand.rb
test_nofree.rb
test_normalize.rb
test_qsort.rb
test_rb_str_dup.rb
test_set_len.rb