Skip to content

Commit

Permalink
GH-65 Add test case for creating an empty wordlist then ALLOTing.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus committed Nov 10, 2024
1 parent baa7d31 commit ac9f851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/search.p4
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,8 @@ t{ 0 ' tw_count_words tv_traverse_wid TRAVERSE-WORDLIST -> 2 }t
ONLY FORTH DEFINITIONS
test_group_end

.( GH-65 empty wordlist ALLOT ) test_group
t{ WORDLIST SET-CURRENT HERE 0 ' ALLOT CATCH SWAP HERE - -> 0 0 }t
test_group_end

[THEN]

0 comments on commit ac9f851

Please sign in to comment.