summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
2022-02-22[ruby/reline] Fix support for emacs-ctlx and emacs-meta keymapsTim Pope
2022-01-16[ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_replaycabta
2022-01-16[ruby/reline] Fix incremental search to work correctly even if not last lineaycabta
2022-01-16[ruby/reline] Insert newline in the middle of buffer just after dialogaycabta
2022-01-16[ruby/reline] Add a wait for a test because sometimes failsaycabta
2022-01-16[ruby/reline] Clear dialog when adding new line to end of bufferaycabta
2022-01-11[ruby/reline] Clear dialog when just_move_cursor is called with dialog at las...aycabta
2022-01-06[ruby/reline] windows: test_yamatanooroti fixYO4
2022-01-03[ruby/reline] Remove test TODO comments that have been confirmed by E2E testsaycabta
2022-01-02[ruby/reline] Check capname of tigetstr/tigetflag/tigetnumaycabta
2022-01-02[ruby/reline] Add test_tigetstr_with_erroraycabta
2022-01-02[ruby/reline] Implement Reline::Terminfo.tigetnumaycabta
2022-01-01[ruby/reline] Consolidate tests that were unnecessarily dividedaycabta
2022-01-01[ruby/reline] Implement Reline::Terminfo.tigetflagaycabta
2021-12-30[ruby/reline] Omit a test on Ruby 2.6aycabta
2021-12-30[ruby/reline] Use ripper_lex_without_warningaycabta
2021-12-30[ruby/reline] Use unix_line_discard when Ctrl-u is enteredima1zumi
2021-12-29[ruby/reline] Use omit instead of skipHiroshi SHIBATA
2021-12-25[ruby/reline] Escape newline(s) in dynamic promptaycabta
2021-12-25[ruby/reline] Escape newline(s) in promptaycabta
2021-12-24[ruby/reline] Implement em_kill_lineaycabta
2021-12-24[ruby/reline] Rename the wrong name "em-kill-line" with the correct name "uni...aycabta
2021-12-24[ruby/reline] Bind ed-kill-line to C-u on emacs modeaycabta
2021-12-24[ruby/reline] Fix test input_keys to handle "hankaku" characters correctly on...Yusuke Endoh
2021-12-24[ruby/reline] Add encoding info to an assertion of editing lineaycabta
2021-12-24[ruby/reline] Add a test for halfwidth kana width dakutenaycabta
2021-12-20[ruby/reline] Add a test for dialog proc with contextaycabta
2021-12-20[ruby/reline] Add an assertion for overwriting dialog proc with the same nameaycabta
2021-12-20[ruby/reline] Rename the variable "p" because it overlaps with the "p" methodaycabta
2021-12-20[ruby/reline] Add support for overwriting dialog proc with the same nameaycabta
2021-12-20[ruby/reline] Add Reline.dialog_proc(name_sym)aycabta
2021-12-20[ruby/reline] Add a test for Reline.add_dialog_procaycabta
2021-12-19[ruby/reline] Clear dialog in pastingaycabta
2021-12-18[ruby/reline] Change a test method name to more appropriateaycabta
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-12-13[ruby/reline] Remove unnecessary variables, lower_spaceaycabta
2021-12-10[ruby/reline] @convert_meta is true unless 8-bit charactersima1zumi
2021-12-10[ruby/reline] Execute compress_meta_key if convert_meta is onima1zumi
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