1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/readline/test_readline.rb (TestReadline#test_safe_level_4):

tested Readline.vi_editing_mode? and Readline.emacs_editing_mode?.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kouji 2008-08-12 06:17:48 +00:00
parent 13f1418d54
commit fa9ef4bf00
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Tue Aug 12 15:03:43 2008 TAKAO Kouji <kouji@takao7.net>
* test/readline/test_readline.rb (TestReadline#test_safe_level_4):
tested Readline.vi_editing_mode? and Readline.emacs_editing_mode?.
Tue Aug 12 14:25:09 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enc/Makefile.in (.SUFFIXES): renamed to .trans.

View file

@ -46,7 +46,9 @@ class TestReadline < Test::Unit::TestCase
["completion_case_fold=", true],
["completion_case_fold"],
["vi_editing_mode"],
["vi_editing_mode?"],
["emacs_editing_mode"],
["emacs_editing_mode?"],
["completion_append_character=", "s"],
["completion_append_character"],
["basic_word_break_characters=", "s"],