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