mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix typo [ci skip]
This commit is contained in:
parent
9c769575bf
commit
a319c04818
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class TestRipper::Lexer < Test::Unit::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
def test_lex_with_syntax_error_and_heredo
|
||||
def test_lex_with_syntax_error_and_heredoc
|
||||
bug = '[Bug #17644]'
|
||||
s = <<~EOF
|
||||
foo
|
||||
|
|
Loading…
Reference in a new issue