update test to reflect case-preserved dictionary

This commit is contained in:
mgcaret 2020-11-04 21:02:21 -08:00
parent 03b0206f16
commit f09f5e0da0
1 changed files with 1 additions and 1 deletions

View File

@ -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