Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0decc777
Commit
0decc777
authored
Aug 25, 2011
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Aug 25, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/tests: Test handling of strings starting with on/off using the ECHO builtin.
parent
09655aca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
test_builtins.cmd
programs/cmd/tests/test_builtins.cmd
+2
-0
test_builtins.cmd.exp
programs/cmd/tests/test_builtins.cmd.exp
+4
-0
No files found.
programs/cmd/tests/test_builtins.cmd
View file @
0decc777
...
...
@@ -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
...
...
programs/cmd/tests/test_builtins.cmd.exp
View file @
0decc777
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment