aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt')
-rw-r--r--test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt64
1 files changed, 32 insertions, 32 deletions
diff --git a/test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt b/test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt
index 4350b4f325..5d17559ed4 100644
--- a/test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt
+++ b/test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt
@@ -4,6 +4,7 @@
@ StatementsNode (location: (1,0)-(5,25))
└── body: (length: 2)
├── @ CallNode (location: (1,0)-(1,25))
+ │ ├── flags: ∅
│ ├── receiver:
│ │ @ StringNode (location: (1,0)-(1,9))
│ │ ├── flags: ∅
@@ -17,24 +18,24 @@
│ ├── opening_loc: ∅
│ ├── arguments:
│ │ @ ArgumentsNode (location: (1,15)-(1,25))
- │ │ ├── arguments: (length: 2)
- │ │ │ ├── @ RegularExpressionNode (location: (1,15)-(1,21))
- │ │ │ │ ├── opening_loc: (1,15)-(1,16) = "/"
- │ │ │ │ ├── content_loc: (1,16)-(1,20) = "^\\s{"
- │ │ │ │ ├── closing_loc: (1,20)-(1,21) = "/"
- │ │ │ │ ├── unescaped: "^\\s{"
- │ │ │ │ └── flags: ∅
- │ │ │ └── @ StringNode (location: (1,23)-(1,25))
- │ │ │ ├── flags: ∅
- │ │ │ ├── opening_loc: (1,23)-(1,24) = "'"
- │ │ │ ├── content_loc: (1,24)-(1,24) = ""
- │ │ │ ├── closing_loc: (1,24)-(1,25) = "'"
- │ │ │ └── unescaped: ""
- │ │ └── flags: ∅
+ │ │ ├── flags: ∅
+ │ │ └── arguments: (length: 2)
+ │ │ ├── @ RegularExpressionNode (location: (1,15)-(1,21))
+ │ │ │ ├── flags: ∅
+ │ │ │ ├── opening_loc: (1,15)-(1,16) = "/"
+ │ │ │ ├── content_loc: (1,16)-(1,20) = "^\\s{"
+ │ │ │ ├── closing_loc: (1,20)-(1,21) = "/"
+ │ │ │ └── unescaped: "^\\s{"
+ │ │ └── @ StringNode (location: (1,23)-(1,25))
+ │ │ ├── flags: ∅
+ │ │ ├── opening_loc: (1,23)-(1,24) = "'"
+ │ │ ├── content_loc: (1,24)-(1,24) = ""
+ │ │ ├── closing_loc: (1,24)-(1,25) = "'"
+ │ │ └── unescaped: ""
│ ├── closing_loc: ∅
- │ ├── block: ∅
- │ └── flags: ∅
+ │ └── block: ∅
└── @ CallNode (location: (5,0)-(5,25))
+ ├── flags: ∅
├── receiver:
│ @ StringNode (location: (5,0)-(5,9))
│ ├── flags: ∅
@@ -48,20 +49,19 @@
├── opening_loc: ∅
├── arguments:
│ @ ArgumentsNode (location: (5,15)-(5,25))
- │ ├── arguments: (length: 2)
- │ │ ├── @ RegularExpressionNode (location: (5,15)-(5,21))
- │ │ │ ├── opening_loc: (5,15)-(5,16) = "/"
- │ │ │ ├── content_loc: (5,16)-(5,20) = "^\\s{"
- │ │ │ ├── closing_loc: (5,20)-(5,21) = "/"
- │ │ │ ├── unescaped: "^\\s{"
- │ │ │ └── flags: ∅
- │ │ └── @ StringNode (location: (5,23)-(5,25))
- │ │ ├── flags: ∅
- │ │ ├── opening_loc: (5,23)-(5,24) = "'"
- │ │ ├── content_loc: (5,24)-(5,24) = ""
- │ │ ├── closing_loc: (5,24)-(5,25) = "'"
- │ │ └── unescaped: ""
- │ └── flags: ∅
+ │ ├── flags: ∅
+ │ └── arguments: (length: 2)
+ │ ├── @ RegularExpressionNode (location: (5,15)-(5,21))
+ │ │ ├── flags: ∅
+ │ │ ├── opening_loc: (5,15)-(5,16) = "/"
+ │ │ ├── content_loc: (5,16)-(5,20) = "^\\s{"
+ │ │ ├── closing_loc: (5,20)-(5,21) = "/"
+ │ │ └── unescaped: "^\\s{"
+ │ └── @ StringNode (location: (5,23)-(5,25))
+ │ ├── flags: ∅
+ │ ├── opening_loc: (5,23)-(5,24) = "'"
+ │ ├── content_loc: (5,24)-(5,24) = ""
+ │ ├── closing_loc: (5,24)-(5,25) = "'"
+ │ └── unescaped: ""
├── closing_loc: ∅
- ├── block: ∅
- └── flags: ∅
+ └── block: ∅