cmd: Turn off echo, add visual separator between testcases.
This commit is contained in:
parent
5035f3cff3
commit
786429b3d7
|
@ -1,5 +1,7 @@
|
|||
rem Tests for echo
|
||||
echo Tests for cmd's builtin commands
|
||||
@echo off
|
||||
|
||||
echo ------------ Testing 'echo' --------------
|
||||
echo word
|
||||
echo 'singlequotedword'
|
||||
echo "doublequotedword"
|
||||
|
|
|
@ -1,21 +1,11 @@
|
|||
|
||||
@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@
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue