From 5a2d314d44a87aade8cc3329a878c8433ffc287e Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 6 Jul 2006 03:46:49 -0400 Subject: [PATCH] checkpoint darcs-hash:20060706074649-5007d-489ea179e3db9c719ac50fc031abb2ca0ac74f3c.gz --- tests/tibdoc.g | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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 "\"\"") -- 1.7.10.4