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

printf '1..1\n'
printf '# regressions\n'

tap3 '0fb64a4 quoting of empty strings' <<'EOF'
xe -N2 -v true
<<<
foo

>>>2
true foo ''
EOF