ruby/test/irb
Peter Zhu 6da8f04e01 [ruby/irb] Escape closing square brackets in regexp
Fixes the following warning:

    test/irb/test_command.rb:546: warning: regular expression has ']' without escape

7efadc243b
2024-03-01 19:57:11 +00:00
..
command [ruby/irb] Revamp help command 2024-02-18 18:21:08 +00:00
yamatanooroti [ruby/irb] Revamp help command 2024-02-18 18:21:08 +00:00
helper.rb Load rubygems explicitly for tests of test/irb 2024-02-19 11:34:32 +09:00
test_color.rb Load rubygems explicitly for tests of test/irb 2024-02-19 11:34:32 +09:00
test_color_printer.rb Load rubygems explicitly for tests of test/irb 2024-02-19 11:34:32 +09:00
test_command.rb [ruby/irb] Escape closing square brackets in regexp 2024-03-01 19:57:11 +00:00
test_completion.rb Try to use irb instead of rubygems for completion test 2024-01-26 13:40:05 +09:00
test_context.rb Omit a bizzarre test in IRB 2024-02-19 16:33:27 +09:00
test_debugger_integration.rb [ruby/irb] Revamp help command 2024-02-18 18:21:08 +00:00
test_eval_history.rb [ruby/irb] Update error message assertions for Ruby 3.4 2024-02-19 10:48:38 +09:00
test_evaluation.rb [ruby/irb] Don't echo an expression's result when it ends with a 2023-08-11 16:18:58 +00:00
test_history.rb [ruby/irb] Polish the exit! command and its tests 2024-02-11 05:17:40 +00:00
test_init.rb [ruby/irb] Fix usage of tracer gem and add tests 2024-02-06 16:46:50 +00:00
test_input_method.rb [ruby/irb] Add rubocop with a few basic styling rules 2024-02-01 17:46:02 +00:00
test_irb.rb [ruby/irb] Support repeating debugger input by passing empty input 2024-02-16 16:12:54 +00:00
test_locale.rb [ruby/irb] Use a more tolerant way to check Locale#find's return 2023-04-26 16:52:51 +00:00
test_nesting_parser.rb [ruby/irb] Fix undef and alias indent 2024-01-30 12:55:47 +00:00
test_option.rb [ruby/irb] Stanardise test class names with Test postfix instead 2023-06-13 11:02:26 +00:00
test_raise_exception.rb [ruby/irb] Update error message assertions for Ruby 3.4 2024-02-19 10:48:38 +09:00
test_ruby_lex.rb [ruby/irb] Omit 2 encoding error related tests for TruffleRuby 2024-01-31 23:44:15 +00:00
test_tracer.rb Load rubygems explicitly for tests of test/irb 2024-02-19 11:34:32 +09:00
test_type_completor.rb [ruby/irb] Use gem repl_type_completor, remove type_completion 2023-11-29 16:30:13 +00:00
test_workspace.rb Load rubygems explicitly for tests of test/irb 2024-02-19 11:34:32 +09:00