aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/xstring.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/xstring.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/xstring.txt')
-rw-r--r--test/prism/snapshots/xstring.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/xstring.txt b/test/prism/snapshots/xstring.txt
index 04b4cbf6ea..1a177026db 100644
--- a/test/prism/snapshots/xstring.txt
+++ b/test/prism/snapshots/xstring.txt
@@ -13,7 +13,7 @@
│ ├── opening_loc: (3,0)-(3,1) = "`"
│ ├── parts: (length: 3)
│ │ ├── @ StringNode (location: (3,1)-(3,5))
- │ │ │ ├── flags: ∅
+ │ │ │ ├── flags: frozen
│ │ │ ├── opening_loc: ∅
│ │ │ ├── content_loc: (3,1)-(3,5) = "foo "
│ │ │ ├── closing_loc: ∅
@@ -35,7 +35,7 @@
│ │ │ │ └── block: ∅
│ │ │ └── closing_loc: (3,10)-(3,11) = "}"
│ │ └── @ StringNode (location: (3,11)-(3,15))
- │ │ ├── flags: ∅
+ │ │ ├── flags: frozen
│ │ ├── opening_loc: ∅
│ │ ├── content_loc: (3,11)-(3,15) = " baz"
│ │ ├── closing_loc: ∅