From: adam Date: Thu, 6 Jul 2006 07:46:49 +0000 (-0400) Subject: checkpoint X-Git-Tag: tag_for_25-Mar~179 X-Git-Url: http://git.megacz.com/?p=sbp.git;a=commitdiff_plain;h=5a2d314d44a87aade8cc3329a878c8433ffc287e checkpoint darcs-hash:20060706074649-5007d-489ea179e3db9c719ac50fc031abb2ca0ac74f3c.gz --- diff --git a/tests/tibdoc.g b/tests/tibdoc.g index 51e66e1..02fefcb 100644 --- a/tests/tibdoc.g +++ b/tests/tibdoc.g @@ -84,21 +84,20 @@ oli = ("# "|onums)! (ws! text &~ any (oli|uli)!) text = Item Itemx = ws! Item | () -Item -//*/ws +Item*/ws = // "[]":: blockquote ((ws! Item) | ()) // > - "[]":: { UL:: uli+/ws } ((ws! Item) | ()) - | "[]":: { OL:: oli+/ws } ((ws! Item) | ()) - > "[]":: pre ((ws! Item) | ()) - > "[]":: link ((ws! Item) | ()) - > "[]":: structured ((ws! Item) | ()) - > "[]":: styled ((ws! Item) | ()) - > "[]":: (Chars:: alphanum++) ((ws! Item) | ()) - > "[]":: "\"" text "\"" ((ws! Item) | ()) - > "[]":: (Symbol:: sym++) ((ws! Item) | ()) - > "[]":: { Block:: text } ((ws! Item) | ()) + { UL:: uli+/ws } + | { OL:: oli+/ws } + > pre + > link + > structured + > styled + > (Chars:: alphanum++) + > "\"" text "\"" + > (Symbol:: sym++) + > { Block:: text } //blockquote = Blockquote:: "\"\"" (block | text "\"\"")