X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Ftibdoc.g;h=2d026e878487351c3874af6c9f90b49a0eb585a3;hp=8b181753b817872e0777bdd3317c43bae9574311;hb=b409afa0cf6d72a23703d9172812ab4fcd6a969b;hpb=1554add84875c4a9ea7cce33c70b5459cdab45fa diff --git a/tests/tibdoc.g b/tests/tibdoc.g index 8b18175..2d026e8 100644 --- a/tests/tibdoc.g +++ b/tests/tibdoc.g @@ -40,18 +40,18 @@ Paragraph ::= { "\"\"" ws text } => "blockquote" > { "---" "-"* } => "hr" > { text } => "p" -text ::= item => "t" -itemx ::= ws item => "w" | () -item ::= blockquote => "b" - > pre itemx => "a" - > structured itemx => "1" - > structuredx itemx => "2" - > styled itemx => "3" - > qtext itemx => "4" - > alphanum++ itemx => "5" - > symbol itemx => "6" +text ::= item +itemx ::= ws item | () +item ::= blockquote + > pre itemx => [] + > structured itemx => [] + > structuredx itemx => [] + > styled itemx => [] + > qtext itemx => [] + > alphanum++ itemx => [] + > symbol itemx => [] // > sym++ itemx => [] - > Paragraph itemx => "7" + > Paragraph itemx => [] symbol ::= sym++