aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/unparser/corpus/literal/dstr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/unparser/corpus/literal/dstr.txt')
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/dstr.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/prism/snapshots/unparser/corpus/literal/dstr.txt b/test/prism/snapshots/unparser/corpus/literal/dstr.txt
index 52365b2946..0c3c5c1af2 100644
--- a/test/prism/snapshots/unparser/corpus/literal/dstr.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/dstr.txt
@@ -62,7 +62,7 @@
│ │ ├── closing_loc: ∅
│ │ ├── block: ∅
│ │ ├── flags: variable_call
- │ │ └── name: "x"
+ │ │ └── name: :x
│ ├── consequent: ∅
│ └── end_keyword_loc: (11,0)-(11,3) = "end"
├── @ InterpolatedStringNode (location: (12,0)-(12,10))
@@ -253,7 +253,7 @@
│ │ │ │ │ ├── closing_loc: ∅
│ │ │ │ │ ├── block: ∅
│ │ │ │ │ ├── flags: variable_call
- │ │ │ │ │ └── name: "bar"
+ │ │ │ │ │ └── name: :bar
│ │ │ │ └── closing_loc: (32,7)-(32,8) = "}"
│ │ │ └── @ StringNode (location: (32,8)-(32,0))
│ │ │ ├── flags: ∅
@@ -265,7 +265,7 @@
│ ├── closing_loc: (31,14)-(31,15) = ")"
│ ├── block: ∅
│ ├── flags: ∅
- │ └── name: "foo"
+ │ └── name: :foo
└── @ CallNode (location: (34,0)-(37,1))
├── receiver: ∅
├── call_operator_loc: ∅
@@ -297,7 +297,7 @@
│ │ │ │ ├── closing_loc: ∅
│ │ │ │ ├── block: ∅
│ │ │ │ ├── flags: variable_call
- │ │ │ │ └── name: "bar"
+ │ │ │ │ └── name: :bar
│ │ │ └── closing_loc: (35,7)-(35,8) = "}"
│ │ └── @ StringNode (location: (35,8)-(35,0))
│ │ ├── flags: ∅
@@ -330,4 +330,4 @@
│ ├── opening_loc: (34,16)-(34,17) = "{"
│ └── closing_loc: (37,0)-(37,1) = "}"
├── flags: ∅
- └── name: "foo"
+ └── name: :foo