Skip to content
GitLab
Menu
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
3eb0d565
Commit
3eb0d565
authored
Sep 23, 2001
by
Per Cederqvist
Browse files
Enable some matching that David Byers commented out yesterday. The
test works for me.
parent
4c228ab7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/lyskomd.0/01.exp
View file @
3eb0d565
...
...
@@ -330,8 +330,8 @@ simple_expect "%1098 6 0" "get-static-session-info"
send "1099 85\n"
unanchored_expect "^MRK:client0: =1099 256H" "get-collate-table start"
unanchored_expect "$nl" "get-collate-table newline before digits"
#
unanchored_expect "0123456789" "get-collate-table digits"
#
unanchored_expect "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "get-collate-table upper"
unanchored_expect "0123456789" "get-collate-table digits"
unanchored_expect "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "get-collate-table upper"
unanchored_expect "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "get-collate-table lower"
unanchored_expect "\377$nl" "collate end"
# 86:create-text
...
...
src/server/testsuite/lyskomd.0/03.exp
View file @
3eb0d565
...
...
@@ -1170,9 +1170,9 @@ simple_expect "=1323 [holl "ic@gratia"] [holl "localhost"] [holl "unknown"] $any
send "1324 85\n"
unanchored_expect "^MRK:client1: =1324 256H" "collate-table start"
unanchored_expect "$nl" "get-collate-table newline before digits"
#
unanchored_expect "0123456789" "collate digits"
unanchored_expect "0123456789" "collate digits"
unanchored_expect "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "collate upper"
#
unanchored_expect "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "collate lower"
unanchored_expect "ABCDEFGHIJKLMNOPQRSTUVWXYZ" "collate lower"
unanchored_expect "\377$nl" "collate end"
# test call 86 (create-text)
...
...
Write
Preview
Supports
Markdown
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