From 8151ce5ffec4283a3bc1eeea52b8f9b17cb5d069 Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 29 May 2023 10:54:33 -0400 Subject: tests: add initial tests and test runner script --- tests/simple-if.forth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/simple-if.forth (limited to 'tests/simple-if.forth') diff --git a/tests/simple-if.forth b/tests/simple-if.forth new file mode 100644 index 0000000..668ea0d --- /dev/null +++ b/tests/simple-if.forth @@ -0,0 +1,5 @@ +INPUT +1 1 = if 5 . then 8 . +OUTPUT +5 +8 -- cgit v1.2.3