about summary refs log tree commit diff
path: root/t/regression.t
blob: 6ac243568880ab16790b14d579cbea62dfb956c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
export "PATH=.:$PATH"

printf '1..1\n'
printf '# regression tests\n'

tap3 'comments without newline' <<'EOF'
printf '# foo' >two
atxec echo 1 @two 3
>>>
1 3
EOF