X-Git-Url: http://git.megacz.com/?p=sbp.git;a=blobdiff_plain;f=tests%2Ftibdoc.g;h=02fefcb260eab3e3a01382068564a821ac798d55;hp=51e66e1ca564613cb53aa6455c329c5994021691;hb=5a2d314d44a87aade8cc3329a878c8433ffc287e;hpb=439f7fedebf5fdf586c18e6c3ce0c50e703ec0ed 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 "\"\"")