unicode: update the width tables to Unicode 15
[alt-git.git] / t / chainlint / chained-subshell.expect
blobaf0369d3285b177dac4d2ccbf6528aa6b76ec2f8
1 mkdir sub && (
2         cd sub &&
3         foo the bar ?!AMP?!
4         nuff said
5 ) &&
7 cut "-d " -f actual | ( read s1 s2 s3 &&
8 test -f $s1 ?!AMP?!
9 test $(cat $s2) = tree2path1 &&
10 test $(cat $s3) = tree3path1 )