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
dcd544f7
Commit
dcd544f7
authored
Jul 28, 2011
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jul 28, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/tests: Test special handling of ':' in echo.
parent
5fe0f1e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
test_builtins.cmd
programs/cmd/tests/test_builtins.cmd
+8
-0
test_builtins.cmd.exp
programs/cmd/tests/test_builtins.cmd.exp
+16
-0
No files found.
programs/cmd/tests/test_builtins.cmd
View file @
dcd544f7
...
...
@@ -11,6 +11,10 @@ echo.
echo .
echo.word
echo .word
echo:
echo :
echo:word
echo :word
echo word@space@
echo word@space@@space@
...
...
@@ -25,6 +29,10 @@ echo.
echo .
echo.word
echo .word
echo:
echo :
echo:word
echo :word
echo word@space@
echo word@space@@space@
...
...
programs/cmd/tests/test_builtins.cmd.exp
View file @
dcd544f7
...
...
@@ -30,6 +30,18 @@ word
@pwd@>echo .word@space@
.word
@todo_wine@@pwd@>echo:
@todo_wine@
@pwd@>echo :@space@
:
@todo_wine@@pwd@>echo:word
@todo_wine@word
@pwd@>echo :word@space@
:word
@pwd@>echo word@space@@space@
word@space@
...
...
@@ -45,6 +57,10 @@ at-echoed-word
.
word
.word
@todo_wine@
:
@todo_wine@word
:word
word@space@
word@space@@space@
------------ Testing redirection operators --------------
...
...
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