Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -266,7 +266,15 @@ |
267 | 267 | </p> |
268 | 268 | !! end |
269 | 269 | |
| 270 | +!! test |
| 271 | +Comment semantics: unclosed comment at end |
| 272 | +!! input |
| 273 | +<!--This comment will run out to the end of the document |
| 274 | +!! result |
270 | 275 | |
| 276 | +!! end |
| 277 | + |
| 278 | + |
271 | 279 | ### |
272 | 280 | ### Preformatted text |
273 | 281 | ### |
— | — | @@ -2422,7 +2430,7 @@ |
2423 | 2431 | !! test |
2424 | 2432 | pre-save transform: unclosed tag |
2425 | 2433 | !! options |
2426 | | -pst |
| 2434 | +pst noxml |
2427 | 2435 | !! input |
2428 | 2436 | <nowiki>'''not wiki''' |
2429 | 2437 | !! result |
— | — | @@ -2432,7 +2440,7 @@ |
2433 | 2441 | !! test |
2434 | 2442 | pre-save transform: mixed tag case |
2435 | 2443 | !! options |
2436 | | -pst |
| 2444 | +pst noxml |
2437 | 2445 | !! input |
2438 | 2446 | <NOwiki>'''not wiki'''</noWIKI> |
2439 | 2447 | !! result |