Alexandre Julliard pushed to branch master at wine / wine
Commits: bea83855 by Eric Pouech at 2025-02-10T11:21:17+01:00 cmd/tests: Add tests about echo mode persistence across batch calls.
Mainly shows that upon batch invocation return from another batch file, i echo mode is kept; whereas, from command line, the echo mode is always reset to ON.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 2d2c661c by Eric Pouech at 2025-02-10T11:21:21+01:00 cmd: Preserve echo mode across interactive batch invocation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57804 Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 0713a29a by Eric Pouech at 2025-02-10T11:21:24+01:00 cmd/tests: Add tests wrt. variable expansion with substring modifition.
Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - - 28b3a2d6 by Eric Pouech at 2025-02-10T11:21:27+01:00 cmd: Fix substring substitution in variable expansion.
Also fix returned string in case of incorrect range for substring.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57809 Signed-off-by: Eric Pouech epouech@codeweavers.com
- - - - -
3 changed files:
- programs/cmd/tests/test_builtins.cmd - programs/cmd/tests/test_builtins.cmd.exp - programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a694af30fd68b27f113fed60747c9c...