summaryrefslogtreecommitdiff
path: root/spec/syntax_suggest/unit/pathname_from_message_spec.rb
AgeCommit message (Collapse)Author
2023-07-20[ruby/syntax_suggest] Handle new eval source locationJean Boussier
See https://bugs.ruby-lang.org/issues/19755 In Ruby 3.3, using `eval` without providing a source location will now default to `"(eval at #{__FILE__}:#{__LINE__})"`. https://github.com/ruby/syntax_suggest/commit/8e5076472e
2022-08-26Import spec examples from ruby/syntax_suggestHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/6287