You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/10 08:28:27 UTC

svn commit: rev 43644 - forrest/trunk/src/core/context/resources/chaperon/grammars

Author: crossley
Date: Thu Sep  9 23:28:25 2004
New Revision: 43644

Modified:
   forrest/trunk/src/core/context/resources/chaperon/grammars/wiki.grm
Log:
Enable "sections" be empty, i.e. heading but no paragraph.
Submitted by: Fabio Rinaldi
Issue: FOR-288


Modified: forrest/trunk/src/core/context/resources/chaperon/grammars/wiki.grm
==============================================================================
--- forrest/trunk/src/core/context/resources/chaperon/grammars/wiki.grm	(original)
+++ forrest/trunk/src/core/context/resources/chaperon/grammars/wiki.grm	Thu Sep  9 23:28:25 2004
@@ -87,16 +87,19 @@
   : title paragraphs
   | title paragraphs subsections
   | title subsections
+  | title
   ;
 
 subsection
   : subtitle paragraphs
   | subtitle paragraphs subsubsections
   | subtitle subsubsections
+  | subtitle
   ;
 
 subsubsection
   : subsubtitle paragraphs
+  | subsubtitle
   ;
 
 title