aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/heredoc_nested.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2024-03-25 15:32:54 -0400
committerKevin Newton <kddnewton@gmail.com>2024-03-26 12:11:09 -0400
commit240fb3957b02cb9a1cc0d1e01ae40db803390bed (patch)
tree8aaf58cec4b179350c8ff407b70abb2de93b9faf /test/prism/snapshots/seattlerb/heredoc_nested.txt
parent19752cf4aa227106212be129507ac1bf339b26c0 (diff)
downloadruby-240fb3957b02cb9a1cc0d1e01ae40db803390bed.tar.gz
[ruby/prism] Freeze internal parts, again
https://github.com/ruby/prism/commit/50372fee5c
Diffstat (limited to 'test/prism/snapshots/seattlerb/heredoc_nested.txt')
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_nested.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/prism/snapshots/seattlerb/heredoc_nested.txt b/test/prism/snapshots/seattlerb/heredoc_nested.txt
index 4734068ba0..26d533a33d 100644
--- a/test/prism/snapshots/seattlerb/heredoc_nested.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_nested.txt
@@ -7,6 +7,7 @@
├── flags: ∅
├── elements: (length: 2)
│ ├── @ InterpolatedStringNode (location: (1,1)-(1,4))
+ │ │ ├── flags: ∅
│ │ ├── opening_loc: (1,1)-(1,4) = "<<A"
│ │ ├── parts: (length: 3)
│ │ │ ├── @ EmbeddedStatementsNode (location: (2,0)-(2,6))
@@ -22,13 +23,13 @@
│ │ │ │ │ └── unescaped: "b\n"
│ │ │ │ └── closing_loc: (2,5)-(2,6) = "}"
│ │ │ ├── @ StringNode (location: (2,6)-(3,0))
- │ │ │ │ ├── flags: ∅
+ │ │ │ │ ├── flags: frozen
│ │ │ │ ├── opening_loc: ∅
│ │ │ │ ├── content_loc: (2,6)-(3,0) = "\n"
│ │ │ │ ├── closing_loc: ∅
│ │ │ │ └── unescaped: "\n"
│ │ │ └── @ StringNode (location: (5,0)-(6,0))
- │ │ │ ├── flags: ∅
+ │ │ │ ├── flags: frozen
│ │ │ ├── opening_loc: ∅
│ │ │ ├── content_loc: (5,0)-(6,0) = "a\n"
│ │ │ ├── closing_loc: ∅