Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lyskom-server-ceder-1616-generations-topgit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
f92a8298
Commit
f92a8298
authored
Jul 11, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't use "Regexps use collate table".
parent
63f12ead
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
13 deletions
+9
-13
src/server/testsuite/lyskomd.0/03.exp
src/server/testsuite/lyskomd.0/03.exp
+1
-3
src/server/testsuite/lyskomd.0/regexp-match-cov.exp
src/server/testsuite/lyskomd.0/regexp-match-cov.exp
+8
-10
No files found.
src/server/testsuite/lyskomd.0/03.exp
View file @
f92a8298
...
...
@@ -63,9 +63,7 @@
# (This is client 2)
read_versions
lyskomd_start "" "\
Regexps use collate table: off
"
lyskomd_start
# Preamble: create a "typical database" containing some persons and
# texts created with traditional calls, and some created using newer
...
...
src/server/testsuite/lyskomd.0/regexp-match-cov.exp
View file @
f92a8298
...
...
@@ -27,10 +27,8 @@
source "$srcdir/config/prot-a.exp"
read_versions
proc startup {onoff} {
lyskomd_start "" "\
Regexps use collate table: $onoff
"
proc startup {} {
lyskomd_start
client_start 0
talk_to client 0
...
...
@@ -66,7 +64,7 @@ proc shutdown {} {
}
startup
"off"
startup
send "1000 74 [holl "Q.*N"] 0 0\n"
simple_expect "=1000 0 \\*"
...
...
@@ -83,21 +81,21 @@ simple_expect "=1003 4 { [holl "QERSON 6"] 1001 6 [holl "QersoN 8"] 1001 8 [holl
shutdown
startup
"on"
startup
send "2000 74 [holl "Q.*N"] 0 0\n"
simple_expect "=2000 0 \\*"
send "2001 74 [holl "Q.*N"] 0 1\n"
simple_expect "=2001
3 { [holl "QERSON 15"] 0000 15 [holl "qerson 16"] 0000 16
[holl "QersoN 17"] 0000 17 }"
simple_expect "=2001
2 { [holl "QERSON 15"] 0000 15
[holl "QersoN 17"] 0000 17 }"
send "2002 74 [holl "Q.*N"] 1 0\n"
simple_expect "=2002
3 { [holl "QERSON 6"] 1001 6 [holl "qerson 7"] 1001 7
[holl "QersoN 8"] 1001 8 }"
simple_expect "=2002
2 { [holl "QERSON 6"] 1001 6
[holl "QersoN 8"] 1001 8 }"
send "2003 74 [holl "Q.*N"] 1 1\n"
simple_expect "=2003
6 { [holl "QERSON 6"] 1001 6 [holl "qerson 7"] 1001 7 [holl "QersoN 8"] 1001 8 [holl "QERSON 15"] 0000 15 [holl "qerson 16"] 0000 16
[holl "QersoN 17"] 0000 17 }"
simple_expect "=2003
4 { [holl "QERSON 6"] 1001 6 [holl "QersoN 8"] 1001 8 [holl "QERSON 15"] 0000 15
[holl "QersoN 17"] 0000 17 }"
send "3001 74 [holl "Error\
]
"] 0 0\n"
send "3001 74 [holl "Error\
[
"] 0 0\n"
simple_expect "%3001 43 0"
shutdown
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