]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/cond.right
bash-4.4 rc1 release
[thirdparty/bash.git] / tests / cond.right
CommitLineData
cce855bc
JA
1returns: 0
2returns: 0
3returns: 1
4returns: 0
28ef6c31
JA
5returns: 0
6returns: 0
7returns: 0
8returns: 0
cce855bc
JA
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
7117c2d2 26./cond.tests: line 101: [[: 4+: syntax error: operand expected (error token is "+")
cce855bc
JA
27returns: 1
28returns: 0
29returns: 0
30returns: 1
31returns: 0
32returns: 0
33returns: 1
34returns: 0
35ok
d3ad40de 36jbig2dec
8943768b 37
d3ad40de
CR
38found 1
39libc
40found 2
41libc
d3a24ed2
CR
42ok 42
43ok 43
690150f9
CR
44ok 1
45ok 2
46ok 3
47ok 4
48ok 5
d3ad40de
CR
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
4b82d1cd 67unquoted matches
f4f5e1c2
CR
68match control-a 1
69match control-a 2
70match control-a 3
71match control-a 4
72match control-a 5
4b82d1cd
CR
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
4a2c75c6
CR
86argv[1] = <\^?>
870
881
891
900
911
921
930
941
951
96[[ $'\001' =~ $'\001' ]] -> 0
5f0df7f9 97[[ $'\001' =~ $'\\\001' ]] -> 0
4a2c75c6
CR
98[[ $'\001' =~ $'\\[\001]' ]] -> 1
99---
100[[ $'\a' =~ $'\a' ]] -> 0
5f0df7f9 101[[ $'\a' =~ $'\\\a' ]] -> 0
4a2c75c6
CR
102[[ $'\a' =~ $'\\[\a]' ]] -> 1
103---
104[[ $'\177' =~ $'\177' ]] -> 0
5f0df7f9 105[[ $'\177' =~ $'\\\177' ]] -> 0
4a2c75c6
CR
106[[ $'\177' =~ $'\\[\177]' ]] -> 1
107---
1080
1091
1101
1110
1121
1131
1140
1151
1161
1170
1181
5f0df7f9
CR
1190
1201
4a2c75c6 1211
5f0df7f9
CR
1220
1230
1240
4a2c75c6
CR
1251
1261
127argv[1] = <^A>
128argv[2] = <^A>
129ok 1
130ok 2
131ok 3
132ok 4
133ok 5
134ok 6
135ok 7
136ok 8