Skip to content

Commit 78f52bc

Browse files
committed
[GR-45043] Update Prism and translate "ab" "cd" as a single StringLiteralNode
PullRequest: truffleruby/4068
2 parents d961bd2 + b1011e0 commit 78f52bc

File tree

21 files changed

+4226
-1807
lines changed

21 files changed

+4226
-1807
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
subject: "String"
2+
description: "2 string literals concatenated at parse/translation time"
3+
focused_on_node: "org.truffleruby.language.literal.StringLiteralNode"
4+
ruby: |
5+
"foo" "bar"
6+
ast: |
7+
StringLiteralNode
8+
attributes:
9+
encoding = UTF-8
10+
flags = 0
11+
tstring = foobar

0 commit comments

Comments
 (0)