checkpoint
authoradam <adam@megacz.com>
Sun, 2 Jul 2006 18:49:11 +0000 (14:49 -0400)
committeradam <adam@megacz.com>
Sun, 2 Jul 2006 18:49:11 +0000 (14:49 -0400)
darcs-hash:20060702184911-5007d-d4f13f68c0c56cc6833b22b6c44b01e66740ea4e.gz

tests/tibdoc.g

index 218274b..5043716 100644 (file)
@@ -93,9 +93,8 @@ Item         = blockquote
              > "[]":: styled                     Itemx
              > "[]":: (Chars:: text:alphanum++)  Itemx
              > "[]":: "\"" text "\""             Itemx
-//           > "[]":: symbol                     Itemx
              > "[]":: (Symbol:: sym++)           Itemx
-//             > "[]":: Paragraph                  Itemx
+             > "[]":: { text }                   Itemx
 
 blockquote   = Blockquote:: "\"\"" text "\"\""
              | Blockquote:: "\"\"" block