summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/booleans.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/booleans.txt')
-rw-r--r--test/prism/snapshots/booleans.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/prism/snapshots/booleans.txt b/test/prism/snapshots/booleans.txt
new file mode 100644
index 0000000000..4731966243
--- /dev/null
+++ b/test/prism/snapshots/booleans.txt
@@ -0,0 +1,7 @@
+@ ProgramNode (location: (1,0)-(3,4))
+├── locals: []
+└── statements:
+ @ StatementsNode (location: (1,0)-(3,4))
+ └── body: (length: 2)
+ ├── @ FalseNode (location: (1,0)-(1,5))
+ └── @ TrueNode (location: (3,0)-(3,4))