Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -5832,7 +5832,48 @@ |
5833 | 5833 | a |
5834 | 5834 | !! end |
5835 | 5835 | |
| 5836 | + |
5836 | 5837 | !! test |
| 5838 | +Section extraction, <pre> around bogus header (bug 10309) |
| 5839 | +!! options |
| 5840 | +noxml section=2 |
| 5841 | +!! input |
| 5842 | +== Section One == |
| 5843 | +<pre> |
| 5844 | +======= |
| 5845 | +</pre> |
| 5846 | + |
| 5847 | +== Section Two == |
| 5848 | +stuff |
| 5849 | +!! result |
| 5850 | +== Section Two == |
| 5851 | +stuff |
| 5852 | +!! end |
| 5853 | + |
| 5854 | +!! test |
| 5855 | +Section replacement, <pre> around bogus header (bug 10309) |
| 5856 | +!! options |
| 5857 | +noxml replace=2,"xxx" |
| 5858 | +!! input |
| 5859 | +== Section One == |
| 5860 | +<pre> |
| 5861 | +======= |
| 5862 | +</pre> |
| 5863 | + |
| 5864 | +== Section Two == |
| 5865 | +stuff |
| 5866 | +!! result |
| 5867 | +== Section One == |
| 5868 | +<pre> |
| 5869 | +======= |
| 5870 | +</pre> |
| 5871 | + |
| 5872 | +xxx |
| 5873 | +!! end |
| 5874 | + |
| 5875 | + |
| 5876 | + |
| 5877 | +!! test |
5837 | 5878 | Handling of 
 in URLs |
5838 | 5879 | !! input |
5839 | 5880 | **irc://
a |