summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt')
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt b/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
deleted file mode 100644
index 36bc4c6560..0000000000
--- a/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-@ ProgramNode (location: (1,0)-(1,5))
-├── locals: []
-└── statements:
- @ StatementsNode (location: (1,0)-(1,5))
- └── body: (length: 1)
- └── @ StringNode (location: (1,0)-(1,5))
- ├── flags: ∅
- ├── opening_loc: (1,0)-(1,5) = "<<EOS"
- ├── content_loc: (2,0)-(4,0) = "foo\rbar\r\r\nbaz\r\n"
- ├── closing_loc: (4,0)-(5,0) = "EOS\r\n"
- └── unescaped: "foo\rbar\r\nbaz\n"