mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[ruby/prism] [DOC] Fix a typo in comment
ruby/ruby#13636
e13d4f19db
Co-Authored-By: Tim Smith <tsmith84@gmail.com>
This commit is contained in:
parent
9e839d3c0e
commit
9e5c74f219
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module Prism
|
|||
"spanning_heredoc.txt",
|
||||
"spanning_heredoc_newlines.txt",
|
||||
# Prism emits a single :on_tstring_content in <<- style heredocs when there
|
||||
# is a line continuation preceeded by escaped backslashes. It should emit two, same
|
||||
# is a line continuation preceded by escaped backslashes. It should emit two, same
|
||||
# as if the backslashes are not present.
|
||||
"heredocs_with_fake_newlines.txt",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue