checkpoint
[sbp.git] / tests / tibdoc.g
index 80c8cef..f455d89 100644 (file)
@@ -57,9 +57,9 @@ nw         = ~[\r\n\ ]
 s                   = Doc
 
 Doc                 = head:Header body:Body  /ws
-Header              = H:: { "header" { KeyVal */ ws } /ws }
-Body                = B:: {Section}*/ws
-Section             = SectionHeader ws! (Paragraph Paragraph)
+Header              = { "header" { KeyVal */ ws } /ws }
+Body                = {Section}*/ws
+Section             = SectionHeader ws! Paragraph*
 SectionHeader       = "==" SectionHeaderBody "=="
 SectionHeaderBody   =  "=" SectionHeaderBody "="
                     >      ws! alphanum++ ws!