1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/irb
yui-knk 4bfdf6d06d Move error from top_stmts and top_stmt to stmt
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]
2022-10-08 17:59:11 +09:00
..
yamatanooroti
test_cmd.rb [ruby/irb] Remove unnecessary space in regexp 2021-12-20 16:19:37 +09:00
test_color.rb Move error from top_stmts and top_stmt to stmt 2022-10-08 17:59:11 +09:00
test_color_printer.rb
test_completion.rb [ruby/irb] Sort constant completion's candidates 2022-10-08 03:17:42 +09:00
test_context.rb [ruby/irb] Properly reset USE_COLORIZE after changing it in tests 2022-06-29 00:23:18 +09:00
test_history.rb backup IRBRC environmental variable. It's used by test methods when it's defined. 2022-09-21 14:25:42 +09:00
test_init.rb [ruby/irb] Support --noscript option to not use first non-option argument as script 2022-09-17 02:25:26 +09:00
test_option.rb
test_raise_no_backtrace_exception.rb
test_ruby_lex.rb [ruby/irb] Fix ripper_lex_without_warning duplicated heredoc token 2022-10-01 04:17:15 +09:00
test_workspace.rb