* Uncomment the slk_wset test which was previously commented out due

to incorrect output as this bug has been fixed.
* Added a check file to verify the slk_wset output.
This commit is contained in:
blymn 2022-11-08 06:06:54 +00:00
parent b983a092c6
commit ea7ddd486e
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2022/04/20 07:43:05 blymn Exp $
# $NetBSD: Makefile,v 1.11 2022/11/08 06:06:54 blymn Exp $
NOMAN= # defined
@ -222,6 +222,7 @@ FILES+= slk3.chk
FILES+= slk4.chk
FILES+= slk5.chk
FILES+= slk6.chk
FILES+= slk7.chk
FILES+= slk_init.chk
FILES+= timeout.chk
FILES+= touchline1.chk

View File

@ -0,0 +1 @@
cup24;19Xsetaf1Xsetab2Xsmulrev 㐁a㐁b rmulsgr0op

View File

@ -54,7 +54,7 @@ call OK slk_refresh
compare slk6.chk
# test slk_wset
# [buggy??] 'b' should be printed as (wcswidth(wstr) == 6) <= 8
#wchar WSTR [0x3401, "a", 0x3401, "b"]
#call OK slk_wset 3 $WSTR 1
#call OK slk_refresh
wchar WSTR [0x3401, "a", 0x3401, "b"]
call OK slk_wset 3 $WSTR 1
call OK slk_refresh
compare slk7.chk