vbscript/tests: Fix chr() tests with double-byte character sets.
commit6895ad6f9c074904316f1f8936729ef66ee474dc
authorRobert Wilhelm <robert.wilhelm@gmx.net>
Fri, 13 Jan 2023 17:35:57 +0000 (13 18:35 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Jan 2023 21:55:17 +0000 (18 22:55 +0100)
tree1576ab81dfc508d8bca0f06387848533abfc38fd
parentce083b37f9a67a7d15902268f554e572a8d6045f
vbscript/tests: Fix chr() tests with double-byte character sets.

There are no errors when running chr(-1) e.g. in utf-8 locale.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54003
dlls/vbscript/tests/api.vbs
dlls/vbscript/tests/run.c