https://bugs.winehq.org/show_bug.cgi?id=57913
Bug ID: 57913 Summary: cmd: echo(abc is misparsed Product: Wine Version: 10.2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: blubban@gmail.com Distribution: ---
@echo off echo 1 echo. echo . echo.2 echo( echo ( echo(3
Expected (win10):
1
. 2
( 3
Actual (wine 10.2):
1
. 2 ( ( (3
Reduced from update.bat in https://www.smwcentral.net/?p=section&a=details&id=33546
https://bugs.winehq.org/show_bug.cgi?id=57913
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, testcase