blob: 997b8a7a68561a9264d51b7f6243e2de60ad151f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Replace a short body by a longer one. The result is two body
# regions: the original region with the head of the new text, and
# one region at the end of the queue file with the remainder of the
# new text.
#
open test-queue-file10.tmp
replbody loremipsum
close
|