https://bugs.winehq.org/show_bug.cgi?id=47071
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #1 from Vijay Kamuju infyquest@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