Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -2419,7 +2419,27 @@ |
2420 | 2420 | This template has <!-- a comment --> in it. |
2421 | 2421 | !! end |
2422 | 2422 | |
| 2423 | +!! test |
| 2424 | +pre-save transform: unclosed tag |
| 2425 | +!! options |
| 2426 | +pst |
| 2427 | +!! input |
| 2428 | +<nowiki>'''missing end tag!''' |
| 2429 | +!! result |
| 2430 | +<nowiki>'''not wiki''' |
| 2431 | +!! end |
2423 | 2432 | |
| 2433 | +!! test |
| 2434 | +pre-save transform: mixed tag case |
| 2435 | +!! options |
| 2436 | +pst |
| 2437 | +!! input |
| 2438 | +<NOwiki>'''missing end tag!'''</noWIKI> |
| 2439 | +!! result |
| 2440 | +<NOwiki>'''not wiki'''</noWIKI> |
| 2441 | +!! end |
| 2442 | + |
| 2443 | + |
2424 | 2444 | !! article |
2425 | 2445 | Template:dangerous |
2426 | 2446 | !!text |