blob: 37db6f920096fc13898af5574fde56ff720312ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
SC23: Test syntax checking of indentation pragma.
1. Test not three arguments.
@p indentation
@p indentation =
@p indentation = xxx yyy
2. Test second argument not "=".
@p indentation x sloth
3. Test third argument is not legal.
@p indentation = sloth
4. Test third argument is none.
@p indentation = none
5. Test third argument is blank.
6. Test pragma opposes earlier pragma.
@p indentation = blank
7. Test pragma does not oppose earlier pragma.
@p indentation = none
|