aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra items because Reline::HISTORY is a sized queueaycabta2019-05-291-0/+27
|
* Use existing instances for LineEditor and Configaycabta2019-05-292-5/+6
|
* Use Reline.completer_quote_characters to completeaycabta2019-05-282-2/+0
|
* Support Meta key in Relineaycabta2019-05-242-34/+20
|
* Use Reline.test_mode in Reline's test tooaycabta2019-05-222-0/+2
|
* Support DEL keyaycabta2019-05-211-0/+25
|
* Rename Reline's test file name because of typoaycabta2019-05-141-0/+0
|
* Check encoding when Readline completionaycabta2019-05-141-1/+6
|
* Add ed_search_prev_history to Relineaycabta2019-05-131-0/+13
|
* Use LineEditor#reset on testaycabta2019-05-132-6/+4
|
* Revert "Add a test for em_capitol_case of Reline"aycabta2019-05-121-24/+0
| | | | This reverts commit b1767e56b158d8307412a0928a7ac2366541429d.
* Add a test for em_capitol_case of Relineaycabta2019-05-121-0/+24
|
* Silence a (probable) debug printNobuyoshi Nakada2019-05-011-0/+2
|
* Use Encoding::UTF_8 if RELINE_TEST_ENCODING doesn't existaycabta2019-04-301-3/+1
|
* Use Encoding::UTF_8 if Encoding.default_external is Encoding::IBM437aycabta2019-04-301-0/+2
|
* Add Reline as a fallback library for Readlineaycabta2019-04-306-0/+2690
| | | | | | | | | | | | | * lib/reine.rb, lib/reline/*: Reline is a readline stdlib compatible library. * lib/readline.rb: Readline uses a fallback to Reline when ext/readline doesn't exist. * tool/sync_default_gems.rb: add ruby/reline as a default gem. * appveyor.yml: add "set RELINE_TEST_ENCODING=Windows-31J" for test suit of Reline, and add "--exclude readline" to "nmake test-all" on Visual Studio builds because of strange behavior. * spec/ruby/library/readline/spec_helper.rb: skip Reline as with RbReadline.
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-236-2683/+0
| | | | | Accidentally merged when 89271d4a3733bc5e70e9c56b4bd12f277e699c42 "Adjusted indents".
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-236-0/+2683
|
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-217-3830/+0
| | | | | | This reverts commit 7f273ac6d0f05208b5b228da95205e20c0e8286c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Merge upstream of Relineaycabta2019-04-215-5/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add test/reline/ again, I'm backaycabta2019-04-217-0/+3830
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove test/reline temporary, I'll come backaycabta2019-04-216-2651/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add ensure to restore $stdout correctly.ko12019-04-211-0/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Restore pwdnobu2019-04-211-0/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* test/reline/helper.rb: define RELINE_TEST_ENCODING alwaysnobu2019-04-211-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix test library namenobu2019-04-211-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add "require 'stringio'"aycabta2019-04-201-0/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use require_relative for tests of Relineaycabta2019-04-205-5/+5
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* IRB is improved with Reline and RDocaycabta2019-04-206-0/+2647
Reline is a readline stdlib compatible library. It also supports multiline input. IRB is improved with Reline and supports multiline. Besides, supports showing documents when completed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e