summaryrefslogtreecommitdiff
path: root/web/funnelAC/tests/pr03.fw
diff options
context:
space:
mode:
Diffstat (limited to 'web/funnelAC/tests/pr03.fw')
-rw-r--r--web/funnelAC/tests/pr03.fw27
1 files changed, 27 insertions, 0 deletions
diff --git a/web/funnelAC/tests/pr03.fw b/web/funnelAC/tests/pr03.fw
new file mode 100644
index 0000000000..8aadf4a1b9
--- /dev/null
+++ b/web/funnelAC/tests/pr03.fw
@@ -0,0 +1,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@>