blob: 08dc1612734966f0ad460ffb5a589e9e6aa8583c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(read-boundary) begin
(read-boundary) open "sample.txt"
(read-boundary) end
read-boundary: exit(0)
EOF
pass;
|