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