[wiki-standards] Re: Better Creole Tests?

Michael B Allen ioplex at gmail.com
Sat Jul 26 06:09:32 CEST 2008


On Fri, Jul 25, 2008 at 5:10 PM, Michael B Allen <ioplex at gmail.com> wrote:
> I want to test my Creole implementation but I can't find any really
> good examples that stress all of the corner cases.
>
> Does anyone know of a good example page somewhere?

Well I've started to create my own Creole test page.

This is the markup:

  http://www.ioplex.com/~miallen/CreoleTest.txt

And here's the result (assuming my implementation is correct):

  http://www.ioplex.com/~miallen/CreoleTest.html

Actually this:

  {{{trailing nowiki}}}}

which should yield:

  <tt>trailing nowiki}</tt>

is not handled properly by my implementation. The extra } ends up
outside the tt span.

Can anyone suggest a regex to match the last three }}} in a sequence
of more than three?

Mike

-- 
Michael B Allen
PHP Active Directory SPNEGO SSO
http://www.ioplex.com/


More information about the wiki-standards mailing list