checkpoint
[sbp.git] / tests / tibdoc.g
index 5043716..ed71ad3 100644 (file)
@@ -91,10 +91,10 @@ Item         = blockquote
              > "[]":: link                       Itemx
              > "[]":: structured                 Itemx
              > "[]":: styled                     Itemx
-             > "[]":: (Chars:: text:alphanum++)  Itemx
+             > "[]":: (Chars:: alphanum++)       Itemx
              > "[]":: "\"" text "\""             Itemx
              > "[]":: (Symbol:: sym++)           Itemx
-             > "[]":: { text }                   Itemx
+             > "[]":: { Block:: text }           Itemx
 
 blockquote   = Blockquote:: "\"\"" text "\"\""
              | Blockquote:: "\"\"" block