aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/whitequark/alias.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/alias.txt')
-rw-r--r--test/prism/snapshots/whitequark/alias.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/prism/snapshots/whitequark/alias.txt b/test/prism/snapshots/whitequark/alias.txt
index 509ea2b633..d64a22b946 100644
--- a/test/prism/snapshots/whitequark/alias.txt
+++ b/test/prism/snapshots/whitequark/alias.txt
@@ -1,19 +1,22 @@
@ ProgramNode (location: (1,0)-(1,14))
+├── flags: ∅
├── locals: []
└── statements:
@ StatementsNode (location: (1,0)-(1,14))
+ ├── flags: ∅
└── body: (length: 1)
└── @ AliasMethodNode (location: (1,0)-(1,14))
+ ├── flags: newline
├── new_name:
│ @ SymbolNode (location: (1,6)-(1,10))
- │ ├── flags: forced_us_ascii_encoding
+ │ ├── flags: static_literal, forced_us_ascii_encoding
│ ├── opening_loc: (1,6)-(1,7) = ":"
│ ├── value_loc: (1,7)-(1,10) = "foo"
│ ├── closing_loc: ∅
│ └── unescaped: "foo"
├── old_name:
│ @ SymbolNode (location: (1,11)-(1,14))
- │ ├── flags: forced_us_ascii_encoding
+ │ ├── flags: static_literal, forced_us_ascii_encoding
│ ├── opening_loc: ∅
│ ├── value_loc: (1,11)-(1,14) = "bar"
│ ├── closing_loc: ∅