[Git][wine/wine][master] 6 commits: cmd/tests: Add tests about substring substitution in variable expansion.
Alexandre Julliard pushed to branch master at wine / wine Commits: 888723ee by Eric Pouech at 2024-11-12T21:52:24+01:00 cmd/tests: Add tests about substring substitution in variable expansion. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 94c61ed7 by Eric Pouech at 2024-11-12T21:52:24+01:00 cmd: Fix substring substitution in variable expansion. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57290 Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 68b3826d by Eric Pouech at 2024-11-12T21:52:24+01:00 cmd: Implement 'touch' equivalent in COPY builtin. MSDN documents a way to 'touch' a file in CMD.EXE with: COPY /B file.ext+,, (and actually the /B switch doesn't matter). Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 7b638dd0 by Eric Pouech at 2024-11-12T21:52:24+01:00 cmd/tests: Add test about IF EXIST. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - f2174452 by Eric Pouech at 2024-11-12T21:52:24+01:00 cmd: Modifiers in tilde variable expansion are case insensitive. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - d254d4ce by Eric Pouech at 2024-11-12T21:52:24+01:00 cmd: Fix 'IF EXIST DIRECTORY' test condition evaluation. Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> - - - - - 5 changed files: - programs/cmd/batch.c - programs/cmd/builtins.c - 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/a5e04fa968f62a22cf3bc475e02e66... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a5e04fa968f62a22cf3bc475e02e66... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)