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 Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]" 2019-11-05 17:30:54 +09:00
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 Add FrozenError as a subclass of RuntimeError 2017-12-12 00:46:34 +00:00
test_enc_str_buf_cat.rb
test_external_new.rb
test_fstring.rb test/-ext-/string/test_fstring.rb: suppress a warning for taint 2019-11-18 09:25:49 -06:00
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 more use of RbConfig::LIMITS 2019-10-08 11:21:20 +09:00
test_nofree.rb
test_normalize.rb Word array instead of splitting 2020-03-08 17:39:22 +09:00
test_qsort.rb
test_rb_str_dup.rb str_duplicate: Don't share with a frozen shared string 2019-05-09 10:04:19 +09:00
test_set_len.rb