aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/reline] Add a test that dialog may appear at the top if cursor at botto...aycabta2021-09-101-0/+21
* [ruby/reline] Add a test for dialog at right edgeaycabta2021-09-101-0/+19
* [ruby/reline] Add a test for dialog with scroll keyaycabta2021-09-102-12/+56
* [ruby/reline] Add tests for autocomplete with scrollbaraycabta2021-09-102-0/+56
* [ruby/reline] Add a test for simple dialogaycabta2021-09-102-0/+32
* [ruby/reline] Add a simple test for autocompleteaycabta2021-09-102-0/+22
* [ruby/irb] Tests may not execute in the source directoryNobuyoshi Nakada2021-09-101-8/+7
* Find irb command path in testaycabta2021-09-101-1/+8
* [ruby/irb] Pend on trufflerubyaycabta2021-09-101-0/+1
* [ruby/irb] Remove an unused variableaycabta2021-09-101-1/+1
* [ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune2021-09-101-0/+10
* [ruby/irb] Add yamatanooroti test for symbol with backtickaycabta2021-09-101-0/+17
* [ruby/irb] Support symbol with backtickaycabta2021-09-101-0/+20
* test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh2021-09-091-1/+1
* [Bug #18154] Fix memory leak in String#initializePeter Zhu2021-09-081-0/+10
* [ruby/irb] Use "csv" for testaycabta2021-09-081-2/+2
* [ruby/irb] Show lib name first because it's the most common use caseaycabta2021-09-081-0/+5
* [ruby/reline] Move only one line when render a line and then go to the next lineaycabta2021-09-081-1/+0
* [ruby/pathname] Prefer omit over skipNobuyoshi Nakada2021-09-072-10/+10
* Removed obsoleted commentHiroshi SHIBATA2021-09-061-1/+1
* Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migrationHiroshi SHIBATA2021-09-061-2/+1
* Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA2021-09-066-7/+7
* Removed redundant testsHiroshi SHIBATA2021-09-061-4/+0
* Removed MiniTest::Assertion from test/rdocHiroshi SHIBATA2021-09-061-6/+1
* [ruby/reline] Add a test for key bindings with Reline::Keyaycabta2021-09-061-0/+18
* [ruby/reline] Add a test for oneshot key bindingsaycabta2021-09-061-0/+12
* [ruby/reline] Rename a temporary test name to appropriate oneaycabta2021-09-061-1/+1
* [ruby/reline] Add a test for Reline::Unicode#take_rangeaycabta2021-09-061-0/+5
* [ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)Hiroshi SHIBATA2021-09-057-33/+79
* [ruby/irb] Suppress "assigned but unused variable" warningaycabta2021-09-041-0/+1
* [ruby/irb] Add an assertion to check completion "var.method" to get correct "...aycabta2021-09-041-0/+1
* [ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta2021-09-041-0/+5
* [ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in testsaycabta2021-09-041-4/+0
* [ruby/rdoc] Add tests for `--template-stylesheets` optionNobuyoshi Nakada2021-09-032-0/+29
* [ruby/rdoc] Try to load WEBrick for testingVít Ondruch2021-09-031-0/+4
* [ruby/rdoc] s/minitest/test-unit/gHiroshi SHIBATA2021-09-031-2/+2
* [ruby/rdoc] Removed duplicated docHiroshi SHIBATA2021-09-031-13/+0
* [ruby/irb] Add TODO comment to remove disabling autocomplete lateraycabta2021-09-031-0/+1
* [ruby/irb] Disable autocomplete in yamatanooroti testaycabta2021-09-031-0/+3
* [ruby/readline-ext] Omit Editline on without tty testaycabta2021-09-031-0/+1
* Fix typo in test namePeter Zhu2021-09-021-1/+1
* [ruby/irb] Detect the variable class to show docaycabta2021-09-021-0/+6
* [ruby/reline] Fix a crash when completing empty lineaycabta2021-09-021-0/+13
* [ruby/reline] Fix a crash when completing after 2nd lineaycabta2021-09-022-0/+19
* Refined test [Bug #18140]Nobuyoshi Nakada2021-09-021-1/+4
* Guard array when appendingAaron Patterson2021-09-011-0/+20
* Stop stale tests [Bug #9718]Nobuyoshi Nakada2021-09-021-0/+1
* Test against the target classNobuyoshi Nakada2021-09-021-2/+2
* Guard array when appendingAaron Patterson2021-09-021-0/+6
* [ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_optionsaycabta2021-09-022-58/+58