Skip to content

Commit

Permalink
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions spec/truffle/tags/language/heredoc_tags.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -140,7 +140,7 @@ public int parseString(RubyLexer lexer) throws java.io.IOException {
lexer.lex_goto_eol();

if (lexer.getHeredocIndent() > 0) {
lexer.setValue(str);
lexer.setValue(lexer.createStr(str, 0));
return Tokens.tSTRING_CONTENT;
}
// MRI null checks str in this case but it is unconditionally non-null?

0 comments on commit 81a3a8c

Please sign in to comment.