9 w
= scan(s
, 'xX', .true
.)
10 if (w
/= 1) call abort
12 if (w
/= 0) call abort
13 w
= scan(s
, 'ab', .true
.)
14 if (w
/= 0) call abort
19 if (w
/= 2) call abort
21 w
= scan(s
, t
, .true
.)
22 if (w
/= 1) call abort
25 if (w
/= 0) call abort
26 w
= scan(s
, t
, .true
.)
27 if (w
/= 0) call abort