blob: 9fa6024c09a679df06bcef847f2132fc07e39c35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# -*- perl -*-
use strict;
use warnings;
use tests::tests;
check_expected ([<<'EOF']);
(write-normal) begin
(write-normal) create "test.txt"
(write-normal) open "test.txt"
(write-normal) end
write-normal: exit(0)
EOF
pass;
|