ruby-changes:60512
From: aycabta <ko1@a...>
Date: Thu, 26 Mar 2020 17:44:36 +0900 (JST)
Subject: [ruby-changes:60512] 8911b3d3e8 (master): [ruby/reline] Add a comment why rescue yamatanooroti loading error on the test
https://git.ruby-lang.org/ruby.git/commit/?id=8911b3d3e8 From 8911b3d3e8073970ba0d3b605be8503ee7367e89 Mon Sep 17 00:00:00 2001 From: aycabta <aycabta@g...> Date: Sat, 21 Mar 2020 18:41:14 +0900 Subject: [ruby/reline] Add a comment why rescue yamatanooroti loading error on the test https://github.com/ruby/reline/commit/2a8061daec diff --git a/test/reline/yamatanooroti/test_rendering.rb b/test/reline/yamatanooroti/test_rendering.rb index c7e0ed4..4eab666 100644 --- a/test/reline/yamatanooroti/test_rendering.rb +++ b/test/reline/yamatanooroti/test_rendering.rb @@ -35,5 +35,7 @@ begin https://github.com/ruby/ruby/blob/trunk/test/reline/yamatanooroti/test_rendering.rb#L35 EOC end end -rescue LoadError, NameError # yamatanooroti gem not found +rescue LoadError, NameError + # On Ruby repository, this test suit doesn't run because Ruby repo doesn't + # have the yamatanooroti gem. end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/