summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.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/parser_drops_truncated_parts_of_squiggly_heredoc.txt
parentd1bb858d476446ab82e6caa29c061a0da734c8eb (diff)
[ruby/prism] Regenerate snapshots
https://github.com/ruby/prism/commit/160df9a687
Diffstat (limited to 'test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt')
-rw-r--r--test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt b/test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
index 8a041058b8..d974435534 100644
--- a/test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
+++ b/test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
@@ -10,10 +10,10 @@
│ │ ├── opening_loc: (2,2)-(2,4) = "\#{"
│ │ ├── statements: ∅
│ │ └── closing_loc: (2,4)-(2,5) = "}"
- │ └── @ StringNode (location: (2,5)-(2,0))
+ │ └── @ StringNode (location: (2,5)-(3,0))
│ ├── flags: ∅
│ ├── opening_loc: ∅
- │ ├── content_loc: (2,5)-(2,0) = "\n"
+ │ ├── content_loc: (2,5)-(3,0) = "\n"
│ ├── closing_loc: ∅
│ └── unescaped: "\n"
- └── closing_loc: (3,0)-(3,0) = "HERE\n"
+ └── closing_loc: (3,0)-(4,0) = "HERE\n"