mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
cmd/tests: Add test for parameter detection.
This commit is contained in:
parent
b37d39e351
commit
a9504e276c
@ -70,6 +70,11 @@ if 1 == 0 (
|
||||
) else (
|
||||
echo else seems to work
|
||||
)
|
||||
if /c==/c (
|
||||
echo if seems not to detect /c as parameter
|
||||
) else (
|
||||
echo parameter detection seems to be broken
|
||||
)
|
||||
echo Testing case sensitivity with and without /i option
|
||||
if bar==BAR echo if does not default to case sensitivity
|
||||
if not bar==BAR echo if seems to default to case sensitivity
|
||||
|
@ -74,6 +74,7 @@ P0S
|
||||
if/else should work with blocks
|
||||
if seems to work
|
||||
else seems to work
|
||||
@todo_wine@if seems not to detect /c as parameter
|
||||
Testing case sensitivity with and without /i option
|
||||
if seems to default to case sensitivity
|
||||
if /i seems to work
|
||||
|
Loading…
x
Reference in New Issue
Block a user