[前][次][番号順一覧][スレッド一覧]

ruby-changes:68113

From: aycabta <ko1@a...>
Date: Fri, 24 Sep 2021 22:56:47 +0900 (JST)
Subject: [ruby-changes:68113] 40a65030e5 (master): Pend test_complete_require_library_name_first

https://git.ruby-lang.org/ruby.git/commit/?id=40a65030e5

From 40a65030e568633a01529ba416c64a9dde94ee54 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Fri, 24 Sep 2021 22:56:38 +0900
Subject: Pend test_complete_require_library_name_first

---
 test/irb/test_completion.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/irb/test_completion.rb b/test/irb/test_completion.rb
index a1aa4b8..819a958 100644
--- a/test/irb/test_completion.rb
+++ b/test/irb/test_completion.rb
@@ -78,6 +78,7 @@ module TestIRB https://github.com/ruby/ruby/blob/trunk/test/irb/test_completion.rb#L78
     end
 
     def test_complete_require_library_name_first
+      pend 'Need to use virtual library paths'
       candidates = IRB::InputCompletor::CompletionProc.("'csv", "require ", "")
       assert_equal "'csv", candidates.first
     end
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]