source: vendor/bash/3.1-p17/tests/set-x.right

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 304 bytes
Line 
1+ (( i=0 ))
2+ (( i<=5 ))
3+ x=0
4+ (( i++ ))
5+ (( i<=5 ))
6+ x=0
7+ (( i++ ))
8+ (( i<=5 ))
9+ x=0
10+ (( i++ ))
11+ (( i<=5 ))
12+ x=0
13+ (( i++ ))
14+ (( i<=5 ))
15+ x=0
16+ (( i++ ))
17+ (( i<=5 ))
18+ x=0
19+ (( i++ ))
20+ (( i<=5 ))
21+ for i in 0 1 2
22+ x=i
23+ for i in 0 1 2
24+ x=i
25+ for i in 0 1 2
26+ x=i
27+ case x in
28+ x=i
Note: See TracBrowser for help on using the repository browser.