mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
By this change, syntax error is recovered smaller units.
In the case below, "DEFN :bar" is same level with "CLASS :Foo"
now.
```
module Z
class Foo
foo.
end
def bar
end
end
```
[Feature #19013]
|
||
|---|---|---|
| .. | ||
| yamatanooroti | ||
| test_cmd.rb | ||
| test_color.rb | ||
| test_color_printer.rb | ||
| test_completion.rb | ||
| test_context.rb | ||
| test_history.rb | ||
| test_init.rb | ||
| test_option.rb | ||
| test_raise_no_backtrace_exception.rb | ||
| test_ruby_lex.rb | ||
| test_workspace.rb | ||