X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Ftibdoc.g;fp=tests%2Ftibdoc.g;h=218274b0649717a0e7844c602aff49d619d0d0d5;hp=2afac83beb193d7621989e2dd6b3410f19890706;hb=f22d53e6ae3581e6c2dc096fd0cf93c18e2d2538;hpb=37c71c9445f7fdc9a3b982e04300a392dc35213a diff --git a/tests/tibdoc.g b/tests/tibdoc.g index 2afac83..218274b 100644 --- a/tests/tibdoc.g +++ b/tests/tibdoc.g @@ -59,7 +59,7 @@ s = Doc Doc = head:{Header} body:Body /ws Header = "header" attrs:{ KeyVal */ ws } /ws Body = {Section}*/ws -Section = SectionHeader Paragraph* /ws +Section = SectionHeader Paragraphs /ws SectionHeader = "==" SectionHeaderBody "==" SectionHeaderBody = "=" SectionHeaderBody "=" > !ws alphanum++ !ws @@ -70,9 +70,10 @@ blank = !sp "\n" !sp "\n" !ws KeyVal = key:word "=" val:text /ws wp = w++ num = [0-9]++ -Paragraph = Blockquote:: { "\"\" " text } - > HR:: { "---" "-"* } - > P:: { text } +Paragraphs = "[]":: { Blockquote:: "\"\" " text } Paragraphs + > "[]":: { HR:: "---" "-"* } Paragraphs + > "[]":: { P:: text } Paragraphs + > () onums = nums !(". "|") ") any = ~[]* @@ -94,7 +95,7 @@ Item = blockquote > "[]":: "\"" text "\"" Itemx // > "[]":: symbol Itemx > "[]":: (Symbol:: sym++) Itemx - > "[]":: Paragraph Itemx +// > "[]":: Paragraph Itemx blockquote = Blockquote:: "\"\"" text "\"\"" | Blockquote:: "\"\"" block