summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
2021-09-10[ruby/reline] Fix scroll range of a script for testsaycabta
2021-09-10[ruby/reline] Add tests that column of dialog with scrollbar is moved without...aycabta
2021-09-10[ruby/reline] Add a test that text under dialog appearsaycabta
2021-09-10[ruby/reline] Add a test that autocomplete doesn't crash after 2nd lineaycabta
2021-09-10[ruby/reline] Add a test that dialog doesn't crash when callback returns nilaycabta
2021-09-10[ruby/reline] Add a test that autocompletion returns to the original textaycabta
2021-09-10[ruby/reline] Use single quotes to match others in the fileaycabta
2021-09-10[ruby/reline] Add a test that autocomplete dialog doesn't crash when emptyaycabta
2021-09-10[ruby/reline] Add a test for when completion target is wrappedaycabta
2021-09-10[ruby/reline] Fix complete proc of a script for testsaycabta
2021-09-10[ruby/reline] Add a test that dialog may appear at the top if cursor at botto...aycabta
2021-09-10[ruby/reline] Add a test for dialog at right edgeaycabta
2021-09-10[ruby/reline] Add a test for dialog with scroll keyaycabta
2021-09-10[ruby/reline] Add tests for autocomplete with scrollbaraycabta
2021-09-10[ruby/reline] Add a test for simple dialogaycabta
2021-09-10[ruby/reline] Add a simple test for autocompleteaycabta
2021-09-10[ruby/irb] Tests may not execute in the source directoryNobuyoshi Nakada
2021-09-10Find irb command path in testaycabta
2021-09-10[ruby/irb] Pend on trufflerubyaycabta
2021-09-10[ruby/irb] Remove an unused variableaycabta
2021-09-10[ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune
2021-09-10[ruby/irb] Add yamatanooroti test for symbol with backtickaycabta
2021-09-10[ruby/irb] Support symbol with backtickaycabta
2021-09-09test/psych/test_scalar_scanner.rb: Prevent a warningYusuke Endoh
2021-09-08[Bug #18154] Fix memory leak in String#initializePeter Zhu
2021-09-08[ruby/irb] Use "csv" for testaycabta
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
2021-09-08[ruby/reline] Move only one line when render a line and then go to the next lineaycabta
2021-09-07[ruby/pathname] Prefer omit over skipNobuyoshi Nakada
2021-09-06Removed obsoleted commentHiroshi SHIBATA
2021-09-06Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migrationHiroshi SHIBATA
2021-09-06Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA
2021-09-06Removed redundant testsHiroshi SHIBATA
2021-09-06Removed MiniTest::Assertion from test/rdocHiroshi SHIBATA
2021-09-06[ruby/reline] Add a test for key bindings with Reline::Keyaycabta
2021-09-06[ruby/reline] Add a test for oneshot key bindingsaycabta
2021-09-06[ruby/reline] Rename a temporary test name to appropriate oneaycabta
2021-09-06[ruby/reline] Add a test for Reline::Unicode#take_rangeaycabta
2021-09-05[ruby/fiddle] Use test-unit gem (https://github.com/ruby/fiddle/pull/69)Hiroshi SHIBATA
2021-09-04[ruby/irb] Suppress "assigned but unused variable" warningaycabta
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 correctlyaycabta
2021-09-04[ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in testsaycabta
2021-09-03[ruby/rdoc] Add tests for `--template-stylesheets` optionNobuyoshi Nakada
2021-09-03[ruby/rdoc] Try to load WEBrick for testingVít Ondruch
2021-09-03[ruby/rdoc] s/minitest/test-unit/gHiroshi SHIBATA
2021-09-03[ruby/rdoc] Removed duplicated docHiroshi SHIBATA
2021-09-03[ruby/irb] Add TODO comment to remove disabling autocomplete lateraycabta
2021-09-03[ruby/irb] Disable autocomplete in yamatanooroti testaycabta