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-if2.forth | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/simple-if2.forth (limited to 'tests/simple-if2.forth') diff --git a/tests/simple-if2.forth b/tests/simple-if2.forth new file mode 100644 index 0000000..92bbc6b --- /dev/null +++ b/tests/simple-if2.forth @@ -0,0 +1,4 @@ +INPUT +0 if 5 . then 8 . +OUTPUT +8 -- cgit v1.2.3