mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/readline/test_readline.rb: do not test libedit.
fixed: [ruby-dev:26217] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f7ca291dd1
commit
6e02769837
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue May 24 17:45:59 2005 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* test/readline/test_readline.rb: do not test libedit.
|
||||
fixed: [ruby-dev:26217]
|
||||
|
||||
Tue May 24 06:45:31 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): string
|
||||
|
|
|
@ -3,7 +3,7 @@ begin
|
|||
rescue LoadError
|
||||
end
|
||||
|
||||
if defined?(Readline)
|
||||
if defined?(Readline) && !/EditLine/n.match(Readline::VERSION)
|
||||
|
||||
require "test/unit"
|
||||
require "tempfile"
|
||||
|
|
Loading…
Reference in a new issue