From: Brion Vibber Date: Sun, 4 Jun 2006 02:34:30 +0000 (+0000) Subject: More HTML sanitization tests X-Git-Tag: 1.31.0-rc.0~56904 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=15c36702cb8b0beed3655d1bcb6eb07ff7fe15eb;p=lhc%2Fweb%2Fwiklou.git More HTML sanitization tests --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index d4ae6d2cfd..b39d6d381c 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -4344,6 +4344,41 @@ Correct handling of , (Bug 6171) !! end + +!! test +Parsing crashing regression (fr:JavaScript) +!! input + +!! result +

</body></x> +

+!! end + +!! test +Inline wiki vs wiki block nesting +!! input +'''Bold paragraph + +New wiki paragraph +!! result +

Bold paragraph +

New wiki paragraph +

+!! end + +!! test +Inline HTML vs wiki block nesting +!! input +Bold paragraph + +New wiki paragraph +!! result +

Bold paragraph +

New wiki paragraph +

+!! end + + !!test Mixing markup for italics and bold !! options