]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/cond.right
Bash-4.3 patch 7
[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
3185942a
JA
36jbig2dec
37
38found 1
39libc
40found 2
41libc
b80f6443
JA
42ok 42
43ok 43
3185942a
JA
44match 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
ac50fbac
CR
62unquoted 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