summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
2021-11-21[ruby/reline] Correct padding space calculationima1zumi
2021-10-13[ruby/reline] Skip when unable to set inputNobuyoshi Nakada
2021-10-12[ruby/reline] Close working pipesNobuyoshi Nakada
2021-10-11[ruby/reline] Fix test class not to overwriteNobuyoshi Nakada
2021-10-11[ruby/reline] Reline doesn't have Reline.editing_modeaycabta
2021-10-11[ruby/reline] Add I/O testaycabta
2021-10-11[ruby/reline] Use single quotes to match the othersaycabta
2021-10-11[ruby/reline] Add a test for Reline.delete_textaycabta
2021-10-11[ruby/reline] Add assertions for Reline.pointaycabta
2021-10-11[ruby/reline] Add a test for Reline.insert_text and Reline.line_bufferaycabta
2021-10-11[ruby/reline] Add tests for dialog with fullwidth chars and corner casesaycabta
2021-10-09[ruby/reline] Fix tests to show dialog to the right edgeaycabta
2021-10-09[ruby/reline] Add a test for full-width scrollbaraycabta
2021-10-08[ruby/reline] Add a test for narrow screen without scrollbaraycabta
2021-10-08[ruby/reline] Cut off the excess on narrow screenaycabta
2021-10-05[ruby/reline] Reduce window size so that it can be displayed in my desktopaycabta
2021-10-05[ruby/reline] Cyrillic chars are now forced to be displayed in full-width on ...aycabta
2021-10-03[ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta
2021-10-03[ruby/reline] Add a test for rerendering arg prompt after pastingaycabta
2021-10-03[ruby/reline] Add newlines for readabilityaycabta
2021-10-03[ruby/reline] Stop using Ctrl+j to test on Windowsaycabta
2021-10-02[ruby/reline] Refactoring Reline::Key.match? and add test.manga_osyo
2021-09-29[ruby/reline] Support ed_argument_digit by M+numaycabta
2021-09-28[ruby/reline] Ignore NUL by ed_quoted_insertaycabta
2021-09-14[ruby/reline] The behaviour of Alt+key on Windows is changedaycabta
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