We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f62971 commit e13d4f1Copy full SHA for e13d4f1
1 file changed
test/prism/lex_test.rb
@@ -17,7 +17,7 @@ class LexTest < TestCase
17
"spanning_heredoc.txt",
18
"spanning_heredoc_newlines.txt",
19
# Prism emits a single :on_tstring_content in <<- style heredocs when there
20
- # 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
21
# as if the backslashes are not present.
22
"heredocs_with_fake_newlines.txt",
23
]
0 commit comments