Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
786429b3
Commit
786429b3
authored
Feb 16, 2010
by
Dan Kegel
Committed by
Alexandre Julliard
Feb 17, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd: Turn off echo, add visual separator between testcases.
parent
5035f3cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
14 deletions
+6
-14
test_builtins.cmd
programs/cmd/tests/test_builtins.cmd
+3
-1
test_builtins.cmd.out
programs/cmd/tests/test_builtins.cmd.out
+3
-13
No files found.
programs/cmd/tests/test_builtins.cmd
View file @
786429b3
rem Tests for echo
echo Tests for cmd's builtin commands
@echo off
echo ------------ Testing 'echo' --------------
echo word
echo 'singlequotedword'
echo "doublequotedword"
...
...
programs/cmd/tests/test_builtins.cmd.out
View file @
786429b3
@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@
.
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