ruby/test/did_you_mean
Yusuke Endoh 4dc2cb3c1a [ruby/did_you_mean] Support the new message format of NameError in
Ruby 3.3
(https://github.com/ruby/did_you_mean/pull/184)

This change accepts the following change of the message of NameError in
a test.

https://bugs.ruby-lang.org/issues/18285#note-37

```
old: undefined method `sizee' for #<File:...>
new: undefined method `sizee' for an instance of File
```
2023-02-19 07:10:47 +00:00
..
core_ext [ruby/did_you_mean] Support the new message format of NameError in 2023-02-19 07:10:47 +00:00
edit_distance
fixtures
spell_checking [ruby/did_you_mean] Do not suggest #name= for #name and vice versa 2022-12-05 13:16:33 +00:00
tree_spell Fix typo in test name 2021-09-02 09:57:02 -04:00
helper.rb Manually merged https://github.com/ruby/did_you_mean/pull/177 2022-06-07 15:24:48 +09:00
test_ractor_compatibility.rb Manually merged https://github.com/ruby/did_you_mean/pull/177 2022-06-07 15:24:48 +09:00
test_spell_checker.rb Sync did_you_mean again 2021-10-22 21:00:23 -04:00
test_tree_spell_checker.rb