1returns: 0
2returns: 0
3returns: 1
4returns: 0
5returns: 0
6returns: 0
7returns: 0
8returns: 0
9returns: 1
10returns: 0
11returns: 0
12returns: 1
13returns: 1
14returns: 1
15returns: 1
16returns: 0
17returns: 0
18returns: 0
19returns: 1
20returns: 0
21returns: 1
22returns: 0
23returns: 1
24returns: 1
25returns: 0
26./cond.tests: line 114: [[: 4+: syntax error: operand expected (error token is "+")
27returns: 1
28returns: 0
29returns: 0
30returns: 1
31returns: 0
32returns: 0
33returns: 1
34returns: 0
35ok
36jbig2dec
37
38found 1
39libc
40found 2
41libc
42ok 42
43ok 43
44ok 1
45ok 2
46ok 3
47ok 4
48ok 5
49match 1
50match 2
51match 3
52match 4
53match 5
54match 6
55yes 1
56yes 2
57yes 3
58yes 4
59yes 5
60yes 6
61Dog 01 is Wiggles
62Dog 01 is Wiggles
63rematch 1
64matches 7
65matches 8
66matches 9
67unquoted matches
68match control-a 1
69match control-a 2
70match control-a 3
71match control-a 4
72match control-a 5
73ok 1
74ok 2
75ok 3
76ok 4
77ok 4a
78ok 5
79ok 6
80ok 7 -- d
81ok 8 -- o
82ok 9
83ok 10
84ok 11
85ok 12
86argv[1] = <\^?>
870
881
891
900
911
921
930
941
951
96[[ $'\001' =~ $'\001' ]] -> 0
97[[ $'\001' =~ $'\\\001' ]] -> 0
98[[ $'\001' =~ $'\\[\001]' ]] -> 1
99---
100[[ $'\a' =~ $'\a' ]] -> 0
101[[ $'\a' =~ $'\\\a' ]] -> 0
102[[ $'\a' =~ $'\\[\a]' ]] -> 1
103---
104[[ $'\177' =~ $'\177' ]] -> 0
105[[ $'\177' =~ $'\\\177' ]] -> 0
106[[ $'\177' =~ $'\\[\177]' ]] -> 1
107---
1080
1091
1101
1110
1121
1131
1140
1151
1161
1170
1181
1190
1201
1211
1220
1230
1240
1251
1261
127argv[1] = <^A>
128argv[2] = <^A>
129ok 1
130ok 2
131ok 3
132ok 4
133ok 5
134ok 6
135ok 7
136ok 8
137