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
382c1d6e
Commit
382c1d6e
authored
Aug 09, 1998
by
Per Cederqvist
Browse files
Initial checkin.
parent
681b9c88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/testsuite/l2g.0/10.exp
0 → 100644
View file @
382c1d6e
# Ensure that iterators don't return too much when things have been deleted.
l2g_start
l2g_send "I0"
l2g_send "a0 10 1010"
l2g_send "i0"
simple_expect "10:1010" "test 1"
l2g_send "i0 3 8"
# There is nothing in the range [3..8), so no output should exist here.
l2g_send "a0 20 2020"
l2g_send "i0"
simple_expect "10:1010" "test 2"
simple_expect "20:2020" "test 3"
l2g_send "i0 3 8"
l2g_send "i0 3 10"
l2g_send "i0 11 20"
l2g_send "i0 2 12"
simple_expect "10:1010" "test 4"
l2g_stop
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