From 5af2426b60db6eb8cf225821aca3f733cd8efe96 Mon Sep 17 00:00:00 2001 From: wainstead Date: Tue, 11 Jul 2000 04:01:25 +0000 Subject: [PATCH] This will test all the markup rules eventually. Right now I'm using it to test changes to rules that use the tab key (I'm writing tabless equivalents.) git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@157 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/TestPage | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 pgsrc/TestPage diff --git a/pgsrc/TestPage b/pgsrc/TestPage new file mode 100644 index 000000000..25b8d3c9d --- /dev/null +++ b/pgsrc/TestPage @@ -0,0 +1,49 @@ +* bullet +* l1 +** l2 +** l2 +*** l3 +# one +#two +#three +*****l5 +***l3 +*l1 + preformatted text +** l2 + + + * level 1 + * l1 + *l2 + *l2 + *l3 + *l3 + *l4 + *l3 + *l5 + *l3 + #one + #two + #one + #two + *l1 + #three + #four + *l1 + *l2 + # one + # two + + preformatted text + some more text + + *l1 + *l4 + # number + # number +this is a plain paragraph + * bullet +this is a plain paragraph again + # number + -- 2.45.0