diff options
author | Shugo Maeda <shugo@ruby-lang.org> | 2021-02-19 17:27:53 +0900 |
---|---|---|
committer | Shugo Maeda <shugo@ruby-lang.org> | 2021-02-19 17:27:53 +0900 |
commit | a319c048187bb32677730a6c6e5a1a0fce7fad36 (patch) | |
tree | ad02523887012422acb9e874ac8f48b251d1a1da /test/ripper | |
parent | 9c769575bfa2a5c9e7078eb2840bba640dc46077 (diff) | |
download | ruby-a319c048187bb32677730a6c6e5a1a0fce7fad36.tar.gz |
Fix typo [ci skip]
Diffstat (limited to 'test/ripper')
-rw-r--r-- | test/ripper/test_lexer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ripper/test_lexer.rb b/test/ripper/test_lexer.rb index d0389f7c96..83130668be 100644 --- a/test/ripper/test_lexer.rb +++ b/test/ripper/test_lexer.rb @@ -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 |