From 31dcdd0c68c6fa9d5ec69a1c025ead619e30e08e Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 29 May 2023 16:08:47 -0400 Subject: tests: add lxiny-examples tests --- tests/lxiny-examples/printall.forth | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/lxiny-examples/printall.forth (limited to 'tests/lxiny-examples/printall.forth') diff --git a/tests/lxiny-examples/printall.forth b/tests/lxiny-examples/printall.forth new file mode 100644 index 0000000..578f7e3 --- /dev/null +++ b/tests/lxiny-examples/printall.forth @@ -0,0 +1,5 @@ +INPUT +5 2 3 56 76 23 65 +.s +OUTPUT +<7> 5 2 3 56 76 23 65 -- cgit v1.2.3