cmd/tests: Test handling of strings starting with on/off using the ECHO builtin.

This commit is contained in:
Frédéric Delanoy 2011-08-25 00:48:24 +02:00 committed by Alexandre Julliard
parent 09655aca95
commit 0decc777eb
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,7 @@ echo:
echo :
echo:word
echo :word
echo off now
echo word@space@
echo word@space@@space@
echo word
@ -41,6 +42,7 @@ echo:
echo :
echo:word
echo :word
echo on again
echo word@space@
echo word@space@@space@
echo word

View file

@ -42,6 +42,9 @@ word
@pwd@>echo :word@space@
:word
@pwd@>echo off now@space@
off now
@pwd@>echo word@space@@space@
word@space@
@ -85,6 +88,7 @@ word
:
word
:word
on again
word@space@
word@space@@space@
word