From f09f5e0da00fec2092c7873bd38938769ae9809a Mon Sep 17 00:00:00 2001 From: mgcaret Date: Wed, 4 Nov 2020 21:02:21 -0800 Subject: [PATCH] update test to reflect case-preserved dictionary --- test/of816-words.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/of816-words.fs b/test/of816-words.fs index 4a95e1b..1f62a5d 100644 --- a/test/of816-words.fs +++ b/test/of816-words.fs @@ -31,7 +31,7 @@ t{ 1 >r@ r> -> 1 1 }t \ Dictionary management t{ s" dm1" $create -> }t t{ last ' dm1 >link = -> true }t -t{ ' dm1 >name s" DM1" s= -> true }t +t{ ' dm1 >name s" dm1" s= -> true }t \ Temporary string buffer & allocated strings \ and $2value for the heck of it