Commit 786429b3 authored by Dan Kegel's avatar Dan Kegel Committed by Alexandre Julliard

cmd: Turn off echo, add visual separator between testcases.

parent 5035f3cf
rem Tests for echo
echo Tests for cmd's builtin commands
@echo off
echo ------------ Testing 'echo' --------------
echo word
echo 'singlequotedword'
echo "doublequotedword"
......
@pwd@>rem Tests for echo@todo_space@
@pwd@>echo word@todo_space@
@pwd@>echo Tests for cmd's builtin commands@todo_space@
Tests for cmd's builtin commands
------------ Testing 'echo' --------------
word
@pwd@>echo 'singlequotedword'@todo_space@
'singlequotedword'
@pwd@>echo "doublequotedword"@todo_space@
"doublequotedword"
at-echoed-word
@pwd@>echo "/?"@todo_space@
"/?"
@pwd@>echo.
@pwd@>echo .@todo_space@
.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment