Commit 0decc777 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

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

parent 09655aca
......@@ -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
......
......@@ -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
......
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