summaryrefslogtreecommitdiff
path: root/web/funnelAC/tests/pr03.fw
blob: 8aadf4a1b97c4bd55fecaecf20da79278040550b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PR03: Test the parsing and semantics of sections.

4. Test first section of document is not <special>A.
@B@<This section is out of order (and so is this test!)@>

1. Test section with no name.
@A This section has no name.
@$@<The section name inherits the name of this macro@>@{Walrus@}

2. Test section with a name
@A@<This section has no name.@>

3. Test the entire hierarchy.
@A@<One@>
@B@<Two@>
@C@<Three@>
@D@<Four@>
@E@<Five@>

5. Test detection of discontinuity in levels.
@A@<One@>
@C@<Three@>
@E@<Five@>

@A@<One@>
@B@<Three@>
@D@<Five@>