summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/xstring_plain.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/xstring_plain.txt')
-rw-r--r--test/prism/snapshots/whitequark/xstring_plain.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/prism/snapshots/whitequark/xstring_plain.txt b/test/prism/snapshots/whitequark/xstring_plain.txt
new file mode 100644
index 0000000000..97084286d9
--- /dev/null
+++ b/test/prism/snapshots/whitequark/xstring_plain.txt
@@ -0,0 +1,11 @@
+@ ProgramNode (location: (1,0)-(1,8))
+├── locals: []
+└── statements:
+ @ StatementsNode (location: (1,0)-(1,8))
+ └── body: (length: 1)
+ └── @ XStringNode (location: (1,0)-(1,8))
+ ├── flags: ∅
+ ├── opening_loc: (1,0)-(1,1) = "`"
+ ├── content_loc: (1,1)-(1,7) = "foobar"
+ ├── closing_loc: (1,7)-(1,8) = "`"
+ └── unescaped: "foobar"