aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt')
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/prism/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt
new file mode 100644
index 0000000000..32a8b64ce4
--- /dev/null
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt
@@ -0,0 +1,17 @@
+@ ProgramNode (location: (1,0)-(1,12))
+├── locals: [:a]
+└── statements:
+ @ StatementsNode (location: (1,0)-(1,12))
+ └── body: (length: 1)
+ └── @ LocalVariableWriteNode (location: (1,0)-(1,12))
+ ├── name: :a
+ ├── depth: 0
+ ├── name_loc: (1,0)-(1,1) = "a"
+ ├── value:
+ │ @ StringNode (location: (1,4)-(1,12))
+ │ ├── flags: ∅
+ │ ├── opening_loc: (1,4)-(1,12) = "<<~\"EOF\""
+ │ ├── content_loc: (2,0)-(3,0) = " blah blah\n \tblah blah\n"
+ │ ├── closing_loc: (4,0)-(4,0) = " EOF\n"
+ │ └── unescaped: "blah blah\n\tblah blah\n"
+ └── operator_loc: (1,2)-(1,3) = "="