[PATCH v2 1/2] vbscript: Treat \r as a newline separator.

Jacek Caban jacek at codeweavers.com
Wed May 23 13:54:56 CDT 2018


On 05/22/2018 05:00 PM, Zebediah Figura wrote:
> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
>  dlls/vbscript/lex.c       |  6 ++++--
>  dlls/vbscript/tests/run.c | 12 ++++++++++++
>  2 files changed, 16 insertions(+), 2 deletions(-)

It fails for me:

./../../tools/runtest -q -P wine -T ../../.. -M vbscript.dll -p
vbscript_test.exe.so run && touch run.ok
003a:fixme:thread:GetThreadUILanguage : stub, returning default language.
003a:fixme:vbscript:parse_script parser failed around L"<!--"
003a:fixme:vbscript:do_icall L"y" not found
003a:fixme:vbscript:parse_script parser failed around L"\n'\n' This
library is free software; you can redistribute it and/or\n' modify it
under the terms of the GNU Lesser General Public\n' License as published
by the Free Software Foundation; either\n' version 2.1 of the License,
or (at your option) any later version.\n'\n' This library is distributed
in"...
run.c:2184: Test failed: expected global_success_d
run.c:2185: Test failed: expected global_success_i
run.c:2187: Test failed: parse_script failed: 80004005
003a:fixme:vbscript:parse_script parser failed around L"\n'\n' This
library is free software; you can redistribute it and/or\n' modify it
under the terms of the GNU Lesser General Public\n' License as published
by the Free Software Foundation; either\n' version 2.1 of the License,
or (at your option) any later version.\n'\n' This library is distributed
in"...
run.c:2184: Test failed: expected global_success_d
run.c:2185: Test failed: expected global_success_i
run.c:2187: Test failed: parse_script failed: 80004005
003a:fixme:vbscript:parse_script parser failed around L"\n'\n' This
library is free software; you can redistribute it and/or\n' modify it
under the terms of the GNU Lesser General Public\n' License as published
by the Free Software Foundation; either\n' version 2.1 of the License,
or (at your option) any later version.\n'\n' This library is distributed
in"...
run.c:2184: Test failed: expected global_success_d
run.c:2185: Test failed: expected global_success_i
run.c:2187: Test failed: parse_script failed: 80004005
003a:fixme:vbscript:parse_script parser failed around L"\n'\n' This
library is free software; you can redistribute it and/or\n' modify it
under the terms of the GNU Lesser General Public\n' License as published
by the Free Software Foundation; either\n' version 2.1 of the License,
or (at your option) any later version.\n'\n' This library is distributed
in"...
run.c:2184: Test failed: expected global_success_d
run.c:2185: Test failed: expected global_success_i
run.c:2187: Test failed: parse_script failed: 80004005
003a:fixme:vbscript:show_msgbox failed: 80004005
003a:fixme:vbscript:show_msgbox blocked


Thanks,
Jacek



More information about the wine-devel mailing list