[Bug 47071] Nest or mixed "FOR" and "IF" command sometimes get different result in Wine and Windows.

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 1 16:21:24 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47071

Vijay Kamuju <infyquest at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |infyquest at gmail.com

--- Comment #1 from Vijay Kamuju <infyquest at gmail.com> ---
Tested with wine 4.0
Only this below one fails, all others pass.

Case 1
========================================
@ECHO OFF
ECHO FOR in IF 01 :

IF 1 EQU 1 (
    FOR %%A IN (1,1) DO (
        ECHO A=%%A
    )
) ELSE (
    ECHO This line should NOT be executed.
)
ECHO This line should be executed.

EXIT /B

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list