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

ruby-changes:65293

From: Shugo <ko1@a...>
Date: Fri, 19 Feb 2021 17:28:50 +0900 (JST)
Subject: [ruby-changes:65293] a319c04818 (master): Fix typo [ci skip]

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

From a319c048187bb32677730a6c6e5a1a0fce7fad36 Mon Sep 17 00:00:00 2001
From: Shugo Maeda <shugo@r...>
Date: Fri, 19 Feb 2021 17:27:53 +0900
Subject: Fix typo [ci skip]

---
 test/ripper/test_lexer.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/ripper/test_lexer.rb b/test/ripper/test_lexer.rb
index d0389f7..8313066 100644
--- a/test/ripper/test_lexer.rb
+++ b/test/ripper/test_lexer.rb
@@ -217,7 +217,7 @@ class TestRipper::Lexer < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ripper/test_lexer.rb#L217
     end
   end
 
-  def test_lex_with_syntax_error_and_heredo
+  def test_lex_with_syntax_error_and_heredoc
     bug = '[Bug #17644]'
     s = <<~EOF
         foo
-- 
cgit v1.1


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

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