summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/ruby_bug_11990.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-24 12:42:16 -0400
committerKevin Newton <kddnewton@gmail.com>2023-10-26 15:19:52 -0400
commit21dc64534b841ed905e7ea0806e125de13e2f250 (patch)
tree7e17aa90a7d2c818d5c3963c85894fa845b1e7e8 /test/prism/snapshots/whitequark/ruby_bug_11990.txt
parentd1bb858d476446ab82e6caa29c061a0da734c8eb (diff)
[ruby/prism] Regenerate snapshots
https://github.com/ruby/prism/commit/160df9a687
Diffstat (limited to 'test/prism/snapshots/whitequark/ruby_bug_11990.txt')
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_11990.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/whitequark/ruby_bug_11990.txt b/test/prism/snapshots/whitequark/ruby_bug_11990.txt
index 7070e96791..54532e329c 100644
--- a/test/prism/snapshots/whitequark/ruby_bug_11990.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_11990.txt
@@ -16,8 +16,8 @@
│ │ │ @ StringNode (location: (1,2)-(1,6))
│ │ │ ├── flags: ∅
│ │ │ ├── opening_loc: (1,2)-(1,6) = "<<~E"
- │ │ │ ├── content_loc: (2,0)-(2,0) = " x\n"
- │ │ │ ├── closing_loc: (3,0)-(3,0) = "E\n"
+ │ │ │ ├── content_loc: (2,0)-(3,0) = " x\n"
+ │ │ │ ├── closing_loc: (3,0)-(4,0) = "E\n"
│ │ │ └── unescaped: "x\n"
│ │ └── right:
│ │ @ StringNode (location: (1,7)-(1,12))