summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Collapse)Author
2021-10-13[ruby/reline] Skip when unable to set inputNobuyoshi Nakada
`Reline::Windows` always reads from the console by Windows API using fiddle. https://github.com/ruby/reline/commit/c3bf85f5af
2021-10-12[ruby/reline] Close working pipesNobuyoshi Nakada
https://github.com/ruby/reline/commit/ac519f57ea
2021-10-11[ruby/reline] Fix test class not to overwriteNobuyoshi Nakada
https://github.com/ruby/reline/commit/1e78984c49
2021-10-11[ruby/reline] Reline doesn't have Reline.editing_modeaycabta
https://github.com/ruby/reline/commit/90c61d8188
2021-10-11[ruby/reline] Add I/O testaycabta
https://github.com/ruby/reline/commit/bca9b9012f
2021-10-11[ruby/reline] Use single quotes to match the othersaycabta
https://github.com/ruby/reline/commit/58a7ca4101
2021-10-11[ruby/reline] Add a test for Reline.delete_textaycabta
https://github.com/ruby/reline/commit/d1c5700fa3
2021-10-11[ruby/reline] Add assertions for Reline.pointaycabta
https://github.com/ruby/reline/commit/a8c7b207f0
2021-10-11[ruby/reline] Add a test for Reline.insert_text and Reline.line_bufferaycabta
https://github.com/ruby/reline/commit/ae828208e1
2021-10-11[ruby/reline] Add tests for dialog with fullwidth chars and corner casesaycabta
https://github.com/ruby/reline/commit/35ab5d47a8
2021-10-09[ruby/reline] Fix tests to show dialog to the right edgeaycabta
https://github.com/ruby/reline/commit/6a0d0ada94
2021-10-09[ruby/reline] Add a test for full-width scrollbaraycabta
https://github.com/ruby/reline/commit/cff83e68f8
2021-10-08[ruby/reline] Add a test for narrow screen without scrollbaraycabta
https://github.com/ruby/reline/commit/44cd35e65d
2021-10-08[ruby/reline] Cut off the excess on narrow screenaycabta
https://github.com/ruby/reline/commit/972cc993ca
2021-10-05[ruby/reline] Reduce window size so that it can be displayed in my desktopaycabta
https://github.com/ruby/reline/commit/22359d50ab
2021-10-05[ruby/reline] Cyrillic chars are now forced to be displayed in full-width on ↵aycabta
Windows So testing is no longer necessary. https://github.com/ruby/reline/commit/c59589548b
2021-10-03[ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta
https://github.com/ruby/reline/commit/12ea63e6e0
2021-10-03[ruby/reline] Add a test for rerendering arg prompt after pastingaycabta
https://github.com/ruby/reline/commit/5414a42b0e
2021-10-03[ruby/reline] Add newlines for readabilityaycabta
https://github.com/ruby/reline/commit/2a60aacebb
2021-10-03[ruby/reline] Stop using Ctrl+j to test on Windowsaycabta
Because Ctrl+j and Enter are the same on Windows. https://github.com/ruby/reline/commit/fa885ed449
2021-10-02[ruby/reline] Refactoring Reline::Key.match? and add test.manga_osyo
https://github.com/ruby/reline/commit/90e8999ae4
2021-09-29[ruby/reline] Support ed_argument_digit by M+numaycabta
The vi mode can handle "argument number" before an operator or a motion, such as, "3x" (equals "xxx"), and "3l" (equals "lll"). In the emacs mode, GNU Readline can handle argument number with meta key, like "Meta+3 x" (equals "xxx"). https://github.com/ruby/reline/commit/9183cc2e8b
2021-09-28[ruby/reline] Ignore NUL by ed_quoted_insertaycabta
https://github.com/ruby/reline/commit/43b7c01a98
2021-09-14[ruby/reline] The behaviour of Alt+key on Windows is changedaycabta
ref. https://github.com/ruby/reline/commit/dc2cf90fa6 https://github.com/ruby/reline/commit/4d1518aafc
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
https://github.com/ruby/reline/commit/92dbac0bff
2021-09-10[ruby/reline] Fix scroll range of a script for testsaycabta
https://github.com/ruby/reline/commit/6ceebe52bc
2021-09-10[ruby/reline] Add tests that column of dialog with scrollbar is moved ↵aycabta
without garbase https://github.com/ruby/reline/commit/45c70d6222
2021-09-10[ruby/reline] Add a test that text under dialog appearsaycabta
https://github.com/ruby/reline/commit/0b63bd56ce
2021-09-10[ruby/reline] Add a test that autocomplete doesn't crash after 2nd lineaycabta
https://github.com/ruby/reline/commit/f682c74975
2021-09-10[ruby/reline] Add a test that dialog doesn't crash when callback returns nilaycabta
https://github.com/ruby/reline/commit/2c6f604b98
2021-09-10[ruby/reline] Add a test that autocompletion returns to the original textaycabta
https://github.com/ruby/reline/commit/d80880e56b
2021-09-10[ruby/reline] Use single quotes to match others in the fileaycabta
https://github.com/ruby/reline/commit/a17de2d6d8
2021-09-10[ruby/reline] Add a test that autocomplete dialog doesn't crash when emptyaycabta
https://github.com/ruby/reline/commit/9c0080c27f
2021-09-10[ruby/reline] Add a test for when completion target is wrappedaycabta
https://github.com/ruby/reline/commit/25a94d70c3
2021-09-10[ruby/reline] Fix complete proc of a script for testsaycabta
https://github.com/ruby/reline/commit/ee1c1adddc
2021-09-10[ruby/reline] Add a test that dialog may appear at the top if cursor at ↵aycabta
bottom edge https://github.com/ruby/reline/commit/6c2ab47958
2021-09-10[ruby/reline] Add a test for dialog at right edgeaycabta
https://github.com/ruby/reline/commit/db642169b9
2021-09-10[ruby/reline] Add a test for dialog with scroll keyaycabta
https://github.com/ruby/reline/commit/99640abf75
2021-09-10[ruby/reline] Add tests for autocomplete with scrollbaraycabta
https://github.com/ruby/reline/commit/29634cbc93
2021-09-10[ruby/reline] Add a test for simple dialogaycabta
https://github.com/ruby/reline/commit/d70f507e2c
2021-09-10[ruby/reline] Add a simple test for autocompleteaycabta
https://github.com/ruby/reline/commit/11f83b2f4b
2021-09-08[ruby/reline] Move only one line when render a line and then go to the next lineaycabta
https://github.com/ruby/reline/commit/8a966cd962
2021-09-06[ruby/reline] Add a test for key bindings with Reline::Keyaycabta
https://github.com/ruby/reline/commit/cadbd576c7
2021-09-06[ruby/reline] Add a test for oneshot key bindingsaycabta
https://github.com/ruby/reline/commit/42ebea82b7
2021-09-06[ruby/reline] Rename a temporary test name to appropriate oneaycabta
https://github.com/ruby/reline/commit/26ebecde5c
2021-09-06[ruby/reline] Add a test for Reline::Unicode#take_rangeaycabta
https://github.com/ruby/reline/commit/af7953ff93
2021-09-02[ruby/reline] Fix a crash when completing empty lineaycabta
https://github.com/ruby/reline/commit/8226ae7e57
2021-09-02[ruby/reline] Fix a crash when completing after 2nd lineaycabta
https://github.com/ruby/reline/commit/f9d3480c34
2021-08-31Revert "Omit some tests until debugging is complete"aycabta
This reverts commit 3695d94b25f3e3e0d7a629bf1708ef421a51dd47.
2021-08-31Omit some tests until debugging is completeaycabta