summaryrefslogtreecommitdiff
path: root/web/funnelAC/tests/sc29.fw
blob: f62a2af5adcfa07f0a98a199cc14dddabcfaee70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SC29: Test syntax checking of typesetter pragma.

1. Test not three arguments.
@p typesetter
@p typesetter =
@p typesetter = xxx yyy

2. Test second argument not "=".
@p typesetter x sloth

3. Test third argument is not legal.
@p typesetter = sloth

4. Test third argument is none.
@p typesetter = none

5. Test third argument is tex.
6. Test pragma opposes earlier pragma.
@p typesetter = tex

7. Test pragma does not oppose earlier pragma.
@p typesetter = none