aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/range_begin_open_exclusive.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/range_begin_open_exclusive.txt')
-rw-r--r--test/prism/snapshots/range_begin_open_exclusive.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/prism/snapshots/range_begin_open_exclusive.txt b/test/prism/snapshots/range_begin_open_exclusive.txt
new file mode 100644
index 0000000000..e4842729f1
--- /dev/null
+++ b/test/prism/snapshots/range_begin_open_exclusive.txt
@@ -0,0 +1,12 @@
+@ ProgramNode (location: (1,0)-(1,4))
+├── locals: []
+└── statements:
+ @ StatementsNode (location: (1,0)-(1,4))
+ └── body: (length: 1)
+ └── @ RangeNode (location: (1,0)-(1,4))
+ ├── left: ∅
+ ├── right:
+ │ @ IntegerNode (location: (1,3)-(1,4))
+ │ └── flags: decimal
+ ├── operator_loc: (1,0)-(1,3) = "..."
+ └── flags: exclude_end