summaryrefslogtreecommitdiff
path: root/test/reline
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-08[ruby/reline] Move only one line when render a line and then go to the next lineaycabta
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-02[ruby/reline] Fix a crash when completing empty lineaycabta
2021-09-02[ruby/reline] Fix a crash when completing after 2nd lineaycabta
2021-08-31Revert "Omit some tests until debugging is complete"aycabta
2021-08-31Omit some tests until debugging is completeaycabta
2021-08-30[ruby/reline] Disable autocompletion in testsaycabta
2021-08-29[ruby/reline] Fix tests so that the completion journey starts on first C-n/C-paycabta
2021-08-14[ruby/reline] Add workspace member for the latest IRB's implementationaycabta
2021-08-14[ruby/reline] Remove private visibilityaycabta
2021-08-07Use TERM=xterm for tests on Solarisaycabta
2021-08-07Set TERM env for some CI environmentsaycabta
2021-08-06Check the result of tigetstrNobuyoshi Nakada
2021-08-06test/reline/test_terminfo.rb: skip when setupterm failsYusuke Endoh
2021-08-05Tests for Windows can run only on WindowsNobuyoshi Nakada
2021-07-30Use test-unit assertionsaycabta
2021-07-30[ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix99
2021-07-30[ruby/reline] Check empty .inputrcaycabta
2021-07-30[ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis
2021-07-30[ruby/reline] Use "omit" instead of "return"aycabta
2021-07-30[ruby/reline] Add Terminfo testsaycabta
2021-06-25Revert "Revert "[ruby/reline] Fix failed test""aycabta
2021-06-25Revert "[ruby/reline] Fix failed test"aycabta
2021-06-25[ruby/reline] Fix failed testima1zumi
2021-06-23Add detailed message to assert_external_string_equalaycabta
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21Stop using global constant, RELINE_TEST_ENCODINGaycabta
2021-06-21Call Reline.test_reset in teardown definitelyaycabta
2021-06-21[ruby/reline] Remove an obsolete commented-out testaycabta
2021-06-21[ruby/reline] Add yamatanooroti test about set and exchange markaycabta