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
http://bugs.winehq.org/show_bug.cgi?id=57913
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |13d7ad2bca52d2ebb16e1f1b864 | |446a2e720f482 CC| |eric.pouech@gmail.com Resolution|--- |FIXED
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- fixed