Patch-ID: bash32-029
[bash.git] / tests / arith.right
blob1365786f6aa2806f663bb69c4c32af91333ef358
1 163
2 166
4 16
22 131072
40 256
55 1,i+=2
57 1,j+=2
59 1,i+=2
61 1,j+=2
62 ./arith.tests: line 108: 1 ? 20 : x+=2: attempted assignment to non-variable (error token is "+=2")
65 6,5,3
66 263
67 255
68 255
69 127
82 ./arith.tests: line 143: 3425#56: invalid arithmetic base (error token is "3425#56")
84 ./arith.tests: line 149: 7 = 43 : attempted assignment to non-variable (error token is "= 43 ")
85 ./arith.tests: line 150: 2#44: value too great for base (error token is "2#44")
86 ./arith.tests: line 151: 44 / 0 : division by 0 (error token is " ")
87 ./arith.tests: line 152: let: jv += $iv: syntax error: operand expected (error token is "$iv")
88 ./arith.tests: line 153: jv += $iv : syntax error: operand expected (error token is "$iv ")
89 ./arith.tests: line 154: let: rv = 7 + (43 * 6: missing `)' (error token is "6")
90 ./arith.tests: line 158: 0#4: invalid number (error token is "0#4")
91 ./arith.tests: line 159: 2#110#11: invalid number (error token is "2#110#11")
92 abc
93 def
94 ghi
99 ./arith.tests: line 177: 4 + : syntax error: operand expected (error token is " ")
101 ./arith.tests: line 182: 4 ? : 3 + 5 : expression expected (error token is ": 3 + 5 ")
102 ./arith.tests: line 183: 1 ? 20 : `:' expected for conditional expression (error token is " ")
103 ./arith.tests: line 184: 4 ? 20 : : expression expected (error token is " ")
105 ./arith.tests: line 190: 0 && B=42 : attempted assignment to non-variable (error token is "=42 ")
107 ./arith.tests: line 193: 1 || B=88 : attempted assignment to non-variable (error token is "=88 ")
118 32767
119 32768
120 131072
121 2147483647
133 ./arith.tests: line 241: 7-- : syntax error: operand expected (error token is " ")
134 ./arith.tests: line 243: --x=7 : attempted assignment to non-variable (error token is "=7 ")
135 ./arith.tests: line 244: ++x=7 : attempted assignment to non-variable (error token is "=7 ")
136 ./arith.tests: line 246: x++=7 : attempted assignment to non-variable (error token is "=7 ")
137 ./arith.tests: line 247: x--=7 : attempted assignment to non-variable (error token is "=7 ")
143 ./arith1.sub: line 2: 4-- : syntax error: operand expected (error token is " ")
144 ./arith1.sub: line 3: 4++ : syntax error: operand expected (error token is " ")
145 ./arith1.sub: line 4: 4 -- : syntax error: operand expected (error token is " ")
146 ./arith1.sub: line 5: 4 ++ : syntax error: operand expected (error token is " ")
161 ./arith1.sub: line 35: ((: ++ : syntax error: operand expected (error token is " ")
164 ./arith1.sub: line 38: ((: -- : syntax error: operand expected (error token is " ")
183 ./arith2.sub: line 33: ((: -- : syntax error: operand expected (error token is " ")
186 ./arith2.sub: line 37: ((: ++ : syntax error: operand expected (error token is " ")
193 8 12
194 ./arith.tests: line 268: ((: x=9 y=41 : syntax error in expression (error token is "y=41 ")
195 ./arith.tests: line 272: a b: syntax error in expression (error token is "b")
196 ./arith.tests: line 273: ((: a b: syntax error in expression (error token is "b")
203 ./arith.tests: line 284: b[c]d: syntax error in expression (error token is "d")