summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-24 12:42:16 -0400
committerKevin Newton <kddnewton@gmail.com>2023-10-26 15:19:52 -0400
commit21dc64534b841ed905e7ea0806e125de13e2f250 (patch)
tree7e17aa90a7d2c818d5c3963c85894fa845b1e7e8 /test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt
parentd1bb858d476446ab82e6caa29c061a0da734c8eb (diff)
[ruby/prism] Regenerate snapshots
https://github.com/ruby/prism/commit/160df9a687
Diffstat (limited to 'test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt')
-rw-r--r--test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt b/test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt
index 1d8b569dfe..6ba437e36a 100644
--- a/test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt
+++ b/test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt
@@ -11,7 +11,7 @@
│ @ StringNode (location: (1,6)-(1,12))
│ ├── flags: ∅
│ ├── opening_loc: (1,6)-(1,12) = "<<-XXX"
- │ ├── content_loc: (2,0)-(3,0) = "before\\\r\nafter\r\n"
- │ ├── closing_loc: (4,0)-(4,0) = "XXX\r\n"
+ │ ├── content_loc: (2,0)-(4,0) = "before\\\r\nafter\r\n"
+ │ ├── closing_loc: (4,0)-(5,0) = "XXX\r\n"
│ └── unescaped: "beforeafter\r\n"
└── operator_loc: (1,4)-(1,5) = "="