Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
f3e0301f
...
f3e0301f70ea43d0e05a433e03a471da5d7c254f
authored
2005-07-26 06:26:16 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Test new list operations.
1 parent
ac2313fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
1 deletions
mailbox/testsuite/mailbox/list.exp
mailbox/testsuite/mailbox/list.exp
View file @
f3e0301
# -*- tcl -*-
# This file is part of Mailutils testsuite.
# Copyright (C
)
2003, Free Software Foundation
# Copyright (C
)
2003,
2005
Free Software Foundation
#
# This program is free software
;
you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -107,6 +107,45 @@ mailbox_prog_test "iter 1"
prompt_text
"3"
mailbox_prog_test
"next 2"
mailbox_prog_command
"ins jeden un"
mailbox_prog_test
"print"
\
"3"
\
"dwa"
\
"jeden"
\
"un"
\
"en"
\
"to"
\
"fem"
mailbox_prog_command
"ins before jeden zero"
mailbox_prog_test
"print"
\
"3"
\
"dwa"
\
"zero"
\
"jeden"
\
"un"
\
"en"
\
"to"
\
"fem"
prompt_text
"un"
mailbox_prog_test
"find un"
mailbox_prog_command
"ins before un cero"
mailbox_prog_command
"ins un dos"
mailbox_prog_test
"print"
\
"3"
\
"dwa"
\
"zero"
\
"jeden"
\
"cero"
\
"un"
\
"dos"
\
"en"
\
"to"
\
"fem"
mailbox_prog_send
"quit"
mailbox_prog_stop
...
...
Please
register
or
sign in
to post a comment