Move .output.txt to .stdout.txt to reflect which output stream the files contain
[fur] / examples / 13_ternary_comparison.fur.stdout.txt
diff --git a/examples/13_ternary_comparison.fur.stdout.txt b/examples/13_ternary_comparison.fur.stdout.txt
new file mode 100644 (file)
index 0000000..1e6d32f
--- /dev/null
@@ -0,0 +1,4 @@
+1 < 2 < 2: false
+2 < 2 < 2: false
+1 < 2 < 3: true
+2 < 2 < 3: false
\ No newline at end of file