X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Ftibdoc.g;fp=tests%2Ftibdoc.g;h=2afac83beb193d7621989e2dd6b3410f19890706;hp=ce60b703ecb6ec93bcde42561c8d8e0a8d2b1b8a;hb=3784457891d6a8b17429a16493cd65501e02e174;hpb=87695da08b22551ad4a7695cd3144903364dd4bb diff --git a/tests/tibdoc.g b/tests/tibdoc.g index ce60b70..2afac83 100644 --- a/tests/tibdoc.g +++ b/tests/tibdoc.g @@ -57,22 +57,22 @@ nw = ~[\r\n\ ] s = Doc Doc = head:{Header} body:Body /ws -Header = "header" attrs:{ kv */ ws } /ws +Header = "header" attrs:{ KeyVal */ ws } /ws Body = {Section}*/ws Section = SectionHeader Paragraph* /ws SectionHeader = "==" SectionHeaderBody "==" SectionHeaderBody = "=" SectionHeaderBody "=" - > !ws (Chars:: text:alphanum++) !ws + > !ws alphanum++ !ws sp = " "** blank = !sp "\n" !sp "\n" !ws -kv = key:word "=" val:text /ws +KeyVal = key:word "=" val:text /ws wp = w++ num = [0-9]++ Paragraph = Blockquote:: { "\"\" " text } > HR:: { "---" "-"* } - > { P:: t:text } + > P:: { text } onums = nums !(". "|") ") any = ~[]*