From 67d732c4becebebf23aff5e38d95a6911142de99 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sun, 5 Apr 2020 19:52:12 -0400 Subject: [PATCH] cmp: add tests --- tests/forth/test_cmp.fs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/forth/test_cmp.fs diff --git a/tests/forth/test_cmp.fs b/tests/forth/test_cmp.fs new file mode 100644 index 0000000..03a2a92 --- /dev/null +++ b/tests/forth/test_cmp.fs @@ -0,0 +1,4 @@ +0x70 <>{ 0x70 &= 0x58 |= 0x20 |= <>} # +0x71 <>{ 0x70 &= 0x58 |= 0x20 |= <>} NOT # +0x42 <>{ 0x40 &> 0x44 &< <>} # +0x44 <>{ 0x40 &> 0x44 &< <>} NOT #