ruby--ruby/test/error_highlight
eileencodes 350d0aa023 [ruby/error_highlight] Support nodes in `spot`
Fixes a bug where `spot` was using the wrong local variable.

We want to use error highlight with code that has been eval'd,
specifically ERB templates. We can recover the compiled source code of
the ERB template but we need an API to pass the node into error
highlight's `spot`.

Required Ruby PR: https://github.com/ruby/ruby/pull/6593

https://github.com/ruby/error_highlight/commit/0b1b650a59

Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org>
2022-10-31 04:58:38 +00:00
..
test_error_highlight.rb [ruby/error_highlight] Support nodes in `spot` 2022-10-31 04:58:38 +00:00