summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.string/substr.exp
blob: 5f1b662b3ec0f2f32d25642f8fb6029c58bbe666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set test "substr"
set ::result_string {Hello World!
0,0: 
-1,10: 
10,0: 
0,1: H
1,1: e
2,1: l
2,5: llo W
6,1: W
11,1: !
11,100: !
12,1: 
0,10: Hello Worl
0,100: Hello World!
0,100000: Hello World!}
stap_run2 $srcdir/$subdir/$test.stp