[PATCH v2] vbscript: colon used in for loop.

Robert Wilhelm robert.wilhelm at gmx.net
Wed Sep 2 15:26:30 CDT 2020


Hi Jacek,

Thanks for reviewing my patch.
I have attached new version which works with your testcase, too.

Robert

On Mon, 2020-08-24 at 12:04 +0200, Jacek Caban wrote:
> Hi Robert,
>
> On 23.08.2020 08:59, Robert Wilhelm wrote:
> > +    | tFOR Identifier '=' Expression tTO Expression Step_opt ':'
> > SimpleStatement ':' tNEXT
> > +                                            { $$ =
> > new_forto_statement(ctx, @$, $2, $4, $6, $7, $9); CHECK_ERROR; }
>
> I think that the root of the problem is deeper in how we handle
> statement separators. See the attached test for an example.
>
>
> Thanks,
>
> Jacek
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-vbscript-colon-used-in-for-loop.patch
Type: text/x-patch
Size: 1359 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200902/da82ccf6/attachment.bin>


More information about the wine-devel mailing list