summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-12-04 12:51:22 -0500
committerKevin Newton <kddnewton@gmail.com>2023-12-06 14:23:38 -0500
commit82f18baa21d0df59c30d8a6e60bf3e0991de1114 (patch)
treed861044ddaf3d334fee10325f15eab9887ae546b /test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt
parent9620ca678929f28dd8dab8e278e438a430a85022 (diff)
[ruby/prism] Provide flags for changing encodings
https://github.com/ruby/prism/commit/e838eaff6f
Diffstat (limited to 'test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt')
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt b/test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt
index 223a32e298..7a01f8d6d1 100644
--- a/test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt
@@ -9,7 +9,7 @@
├── name_loc: (1,0)-(1,1) = "s"
├── value:
│ @ StringNode (location: (1,4)-(1,10))
- │ ├── flags: ∅
+ │ ├── flags: forced_utf8_encoding
│ ├── opening_loc: (1,4)-(1,10) = "<<-EOS"
│ ├── content_loc: (2,0)-(4,0) = "a\\247b\ncöd\n"
│ ├── closing_loc: (4,0)-(5,0) = "EOS\n"