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

ruby-changes:68377

From: aycabta <ko1@a...>
Date: Mon, 11 Oct 2021 18:43:48 +0900 (JST)
Subject: [ruby-changes:68377] 5987bcaa2d (master): [ruby/reline] Use single quotes to match the others

https://git.ruby-lang.org/ruby.git/commit/?id=5987bcaa2d

From 5987bcaa2d106d40d078787ced553e237ef36891 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Mon, 11 Oct 2021 17:30:02 +0900
Subject: [ruby/reline] Use single quotes to match the others

https://github.com/ruby/reline/commit/58a7ca4101
---
 test/reline/test_reline.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/reline/test_reline.rb b/test/reline/test_reline.rb
index e91c8dc1e8..717fe08ff8 100644
--- a/test/reline/test_reline.rb
+++ b/test/reline/test_reline.rb
@@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/test/reline/test_reline.rb#L1
 require_relative 'helper'
-require "reline"
+require 'reline'
 
 class Reline::Test < Reline::TestCase
   class DummyCallbackObject
-- 
cgit v1.2.1


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

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