From b57c5edfe17f4d08853e6493535e2027a5d50e76 Mon Sep 17 00:00:00 2001
From: dan <me@danrh.co.uk>
Date: Fri, 2 Jun 2023 22:42:43 -0400
Subject: tests: add redefine-builtin test and re-add nested-ifs3 test

---
 tests/nested-ifs3.forth | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 tests/nested-ifs3.forth

(limited to 'tests/nested-ifs3.forth')

diff --git a/tests/nested-ifs3.forth b/tests/nested-ifs3.forth
new file mode 100644
index 0000000..729229d
--- /dev/null
+++ b/tests/nested-ifs3.forth
@@ -0,0 +1,5 @@
+INPUT
+: f if 99 . if 88 . then 77 . then 66 . ;
+0 0 f
+OUTPUT
+66
-- 
cgit v1.2.3