blob: 80bb5ce8f31eccf099027fa699e046f68e9fcb7b [file] [log] [blame]
Jari Aaltocce855b1998-04-17 19:52:44 +00001returns: 0
2returns: 0
3returns: 1
4returns: 0
Jari Aalto28ef6c32001-04-06 19:14:31 +00005returns: 0
6returns: 0
7returns: 0
8returns: 0
Jari Aaltocce855b1998-04-17 19:52:44 +00009returns: 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
Jari Aalto7117c2d2002-07-17 14:10:11 +000026./cond.tests: line 101: [[: 4+: syntax error: operand expected (error token is "+")
Jari Aaltocce855b1998-04-17 19:52:44 +000027returns: 1
28returns: 0
29returns: 0
30returns: 1
31returns: 0
32returns: 0
33returns: 1
34returns: 0
35ok
Jari Aalto31859422009-01-12 13:36:28 +000036jbig2dec
37
38found 1
39libc
40found 2
41libc
Jari Aaltob80f6442004-07-27 13:29:18 +000042ok 42
43ok 43
Jari Aalto31859422009-01-12 13:36:28 +000044match 1
45match 2
46match 3
47match 4
48match 5
49match 6
50yes 1
51yes 2
52yes 3
53yes 4
54yes 5
55yes 6
56Dog 01 is Wiggles
57Dog 01 is Wiggles
58rematch 1
59matches 7
60matches 8
61matches 9
Chet Rameyac50fba2014-02-26 09:36:43 -050062unquoted matches
63match control-a 1
64match control-a 2
65match control-a 3
66match control-a 4
67match control-a 5
68ok 1
69ok 2
70ok 3
71ok 4
72ok 4a
73ok 5
74ok 6
75ok 7 -- d
76ok 8 -- o
77ok 9
78ok 10
79ok 11
80ok 12
81argv[1] = <\^?>
820
831
841
850
861
871
880
891
901
91[[ $'\001' =~ $'\001' ]] -> 0
92[[ $'\001' =~ $'\\\001' ]] -> 0
93[[ $'\001' =~ $'\\[\001]' ]] -> 1
94---
95[[ $'\a' =~ $'\a' ]] -> 0
96[[ $'\a' =~ $'\\\a' ]] -> 0
97[[ $'\a' =~ $'\\[\a]' ]] -> 1
98---
99[[ $'\177' =~ $'\177' ]] -> 0
100[[ $'\177' =~ $'\\\177' ]] -> 0
101[[ $'\177' =~ $'\\[\177]' ]] -> 1
102---
1030
1041
1051
1060
1071
1081
1090
1101
1111
1120
1131
1140
1151
1161
1170
1180
1190
1201
1211
122argv[1] = <^A>
123argv[2] = <^A>
124ok 1
125ok 2
126ok 3
127ok 4
128ok 5
129ok 6
130ok 7
131ok 8