Skip to content
Snippets Groups Projects
Commit d147df41 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard
Browse files

cmd/tests: Add REM tests.

parent f37ab586
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,20 @@ echo @tab@word
echo @tab@word
echo@tab@@tab@word
echo ------------ Testing rem --------------
rem Hello
rem Hello
rem Hello || foo
rem echo lol
rem echo foo & echo bar
@echo on
rem Hello
rem Hello
rem Hello || foo
rem echo lol
rem echo foo & echo bar
@echo off
echo ------------ Testing redirection operators --------------
mkdir foobar & cd foobar
echo ...stdout redirection
......
......@@ -95,6 +95,17 @@ word
@tab@word
@space@@tab@word
@tab@word
------------ Testing rem --------------
@pwd@>rem Hello@space@
@pwd@>rem Hello@space@
@pwd@>rem Hello || foo@space@
@pwd@>rem echo lol@space@
@pwd@>rem echo foo & echo bar@space@
------------ Testing redirection operators --------------
...stdout redirection
foo
......
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