blob: 3e40f2a9d0b6a918beec1f581b579454a7b0dc36 [file] [log] [blame]
Jari Aalto31859422009-01-12 13:36:28 +00001# Test the substitution quoting characters (CTLESC and CTLNUL) in different
2# combinations
3
4recho `echo ''`
5recho `echo ""`
6recho `echo `
7
8# Test the unquoted special quoting characters
9recho 
10recho ""
11recho ''
12
13# This should give argv[1] = ^A argv[2] = ^?
14FOO=`echo ' ' | tr ' ' '\012'`
15recho $FOO
16
17# Test patterns that come up when the shell quotes funny character
18# combinations
19recho ''
20recho ''
21recho ''