all repos — hex @ abbec03572e7f253dc90c2152610c6230d9b7ba5

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Fixed test.
h3rald h3rald@h3rald.com
Thu, 28 Nov 2024 14:18:01 +0000
commit

abbec03572e7f253dc90c2152610c6230d9b7ba5

parent

5dc6f7070109877a457af61b167e5fd3def80eae

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tests.hextests.hex

@@ -94,7 +94,7 @@

("abdef" "c" 0x2 insert "abcdef" ==) ("bcdef" "a" 0x0 insert "abcdef" ==) ("abcde" "f" 0x5 insert "abcdef" ==) - ;((0x1 0x2 0x3) 0x4 0x4 insert (0x1 0x2 0x3 0x4) ==) + ((0x1 0x2 0x3) 0x4 0x3 insert (0x1 0x2 0x3 0x4) ==) ) "tests" store