Skip to content
Snippets Groups Projects
Commit a9504e27 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

cmd/tests: Add test for parameter detection.

parent b37d39e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment