index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
irb
/
test_input_method.rb
Age
Commit message (
Expand
)
Author
2024-09-03
[ruby/irb] Fix easter_egg run without RDoc, fix input-method test
tomoya ishida
2024-09-01
Skip show_doc tests if RDoc is not available
Hiroshi SHIBATA
2024-08-29
Surpressing 'unknown command: “Switch to inspect mode.”' message
Hiroshi SHIBATA
2024-08-28
[ruby/irb] Make colorize test pass with NO_COLOR env set
tomoya ishida
2024-08-28
[ruby/irb] Colorize command input
tomoya ishida
2024-03-25
[ruby/irb] Cache RDoc::RI::Driver.new
tomoya ishida
2024-02-01
[ruby/irb] Add rubocop with a few basic styling rules
Stan Lo
2024-01-25
[ruby/irb] overrided ==> overridden
ydah
2024-01-01
[ruby/irb] Fix display_document params in noautocomplete mode
tomoya ishida
2023-11-08
[ruby/irb] Type based completion using Prism and RBS
tomoya ishida
2023-10-11
[ruby/irb] Rename current completor to RegexpCompletor and
tomoya ishida
2023-09-30
[ruby/irb] Fix Reline's test failure running with `make test-all
tomoya ishida
2023-06-13
[ruby/irb] Stanardise test class names with `Test` postfix instead
Stan Lo
2022-11-03
[ruby/irb] Provide a base test class and let tests restore encodings
Stan Lo
2022-10-26
[ruby/irb] Rename test_helper.rb to helper.rb
Peter Zhu
2022-10-26
[ruby/irb] Don't insert new methods to Test::Unit::TestCase
st0012
2022-10-26
[ruby/irb] Extract without_rdoc helper
st0012
2022-10-25
[ruby/irb] Make sure Encoding's defaults are restored
Stan Lo
2022-10-24
[ruby/irb] Restore standard input/output encodings after input method tests
Stan Lo
2022-10-24
[ruby/irb] Add a test case to cover rdoc unintalled scenario
st0012
2022-10-24
[ruby/irb] Add tests for RelineInputMethod
st0012