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
ruby_4_0-prism-1-8-0
sync-gems
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_completion.rb
Age
Commit message (
Expand
)
Author
2025-01-24
Migrate irb and reline to the bundled gems
Hiroshi SHIBATA
2024-07-05
[ruby/irb] Return only commands when completing help command's
Stan Lo
2024-04-10
[ruby/irb] Command implementation not by method
tomoya ishida
2024-01-26
Try to use irb instead of rubygems for completion test
Hiroshi SHIBATA
2024-01-23
Fixup 2e69137dbe9fd7c03dac9b8adc30a7eba3ecb10b
Hiroshi SHIBATA
2024-01-22
Use version dependant library for completion test
Hiroshi SHIBATA
2024-01-03
[ruby/irb] Avoid completing empty input
Stan Lo
2023-11-18
[ruby/irb] Fix irb crash on `{}.` completion
tomoya ishida
2023-10-16
[ruby/irb] Suppress "Switch to inspect mode" messages
Nobuyoshi Nakada
2023-10-14
[ruby/irb] Restore encoding in InputCompletor test
tomoya ishida
2023-10-14
[ruby/irb] Restore IRB::InputCompletor for compatibility
tomoya ishida
2023-10-12
[ruby/irb] Fix require path completion disturbing string method
tomoya ishida
2023-10-12
[ruby/irb] Fix test runner exit bug
tomoya ishida
2023-10-11
[ruby/irb] Rename current completor to RegexpCompletor and
tomoya ishida
2023-06-13
[ruby/irb] Stanardise test class names with `Test` postfix instead
Stan Lo
2023-06-13
[ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoid
tomoya ishida
2023-06-05
[ruby/irb] Fixed string escaping omissions
ima1zumi
2023-03-06
[ruby/irb] Improve method completion for string and regexp that
tomoya ishida
2023-03-04
[ruby/irb] Drop chained methods' completion support
Stan Lo
2023-03-03
[ruby/irb] Avoid slow symbol completion when completion target is an
tomoya ishida
2023-02-24
[ruby/irb] Cleanup completion tests
Stan Lo
2022-11-03
[ruby/irb] Provide a base test class and let tests restore encodings
Stan Lo
2022-10-27
[ruby/irb] Add missing require
Stan Lo
2022-10-27
[ruby/irb] Add test for IRB::InputCompletor::PerfectMatchedProc
st0012
2022-10-08
[ruby/irb] Sort constant completion's candidates
st0012
2022-10-08
[ruby/irb] Correct assert_equal's usage in completion tests
st0012
2022-10-08
[ruby/irb] Add constant completion test
st0012
2022-10-08
[ruby/irb] Regroup completion tests
st0012
2022-10-08
[ruby/irb] Add tests for primitive types' method completion
st0012
2022-10-05
[ruby/irb] Fixed sort of variables in completion
Imir Kiyamov
2022-10-03
[ruby/irb] Change to explicit method call in completion (https://github.com/r...
osyo-manga
2022-09-21
[ruby/irb] Fix completion tests
Stan Lo
2022-09-21
[ruby/irb] Handle non-String $LOAD_PATH values more carefully
st0012
2021-10-13
[ruby/irb] Ignore parenthesis during completion
KaĆque Kandy Koga
2021-09-24
Pend test_complete_require_library_name_first
aycabta
2021-09-23
[ruby/irb] Ignore any encoding errors while symbol completion
Nobuyoshi Nakada
2021-09-21
[ruby/irb] Fix argument order
Nobuyoshi Nakada
2021-09-11
[ruby/irb] Ignore invalid 3 colons in completion
aycabta
2021-09-08
[ruby/irb] Use "csv" for test
aycabta
2021-09-08
[ruby/irb] Show lib name first because it's the most common use case
aycabta
2021-09-04
[ruby/irb] Suppress "assigned but unused variable" warning
aycabta
2021-09-04
[ruby/irb] Add an assertion to check completion "var.method" to get correct "...
aycabta
2021-09-04
[ruby/irb] Retrieve completed receiver that is a module or class correctly
aycabta
2021-09-02
[ruby/irb] Detect the variable class to show doc
aycabta
2021-08-30
[ruby/irb] Use pend instead of skip
Hiroshi SHIBATA
2021-03-25
[ruby/irb] Cache completion files to require
aycabta
2021-03-24
[ruby/irb] fix completion test when out-of-place build
Nobuyoshi Nakada
2021-03-24
[ruby/irb] Complete require and require_relative
aycabta
2021-01-08
should use `assert_include` here.
Koichi Sasada
2021-01-08
[ruby/irb] do not escape a predicate method for doc namespace
Nobuhiro IMAI
[next]