Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
9e6eec17
Commit
9e6eec17
authored
May 18, 1999
by
Per Cederqvist
Browse files
Use "$hollerith" instead of a hard-coded regexp to match any string,
to avoid parsing past newlines.
parent
5c7ab74a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/lyskomd.0/06.exp
View file @
9e6eec17
...
...
@@ -521,10 +521,10 @@ extracting_expect "=2000 ($any_num)" session_no 1
kom_login 8 "pw3" 0
send "2001 54 0\n"
simple_expect "=2001 8 0 $session_no 0H
\[0-9\]*H.*
$any_num $any_time"
simple_expect "=2001 8 0 $session_no 0H
$hollerith
$any_num $any_time"
send "2002 64 0\n"
simple_expect "=2002 8 0 $session_no 0H
\[0-9\]*H.* \[0-9\]*H.* \[0-9\]*H.*
$any_num $any_time"
simple_expect "=2002 8 0 $session_no 0H
$hollerith $hollerith $hollerith
$any_num $any_time"
send "2003 69 [holl "DejaGnu Test Suite"] [holl "2-0"]\n"
simple_expect "=2003"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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