aboutsummaryrefslogtreecommitdiff
path: root/forth/misc-tests.fs
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2015-02-20 02:52:51 -0500
committerChouser <chouser@n01se.net>2015-02-21 13:22:44 -0500
commitb254151c2a32203fe1920b4dd1db614ed2b0691b (patch)
treee9799a7b01f6ab5280d7e745265f37b6ca994b9f /forth/misc-tests.fs
parent45c1894b9690b1156ffdc2caeb726bbc9526597a (diff)
downloadmal-b254151c2a32203fe1920b4dd1db614ed2b0691b.tar.gz
mal-b254151c2a32203fe1920b4dd1db614ed2b0691b.zip
forth: Fix bug in extend-protocol array insertion
Diffstat (limited to 'forth/misc-tests.fs')
-rw-r--r--forth/misc-tests.fs1
1 files changed, 1 insertions, 0 deletions
diff --git a/forth/misc-tests.fs b/forth/misc-tests.fs
index 2526067..35e665b 100644
--- a/forth/misc-tests.fs
+++ b/forth/misc-tests.fs
@@ -20,6 +20,7 @@ create za 2 , 6 , 7 , 10 , 15 , 80 , 81 ,
7 za 8 array-find 0 test= 3 test=
7 za 100 array-find 0 test= 7 test=
7 za 1 array-find 0 test= 0 test=
+6 za 81 array-find 0 test= 6 test=
10 new-array
1 swap 0 5 array-insert