Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -2604,7 +2604,27 @@ |
2605 | 2605 | <!-- <math>data</math> --> |
2606 | 2606 | !!end |
2607 | 2607 | |
| 2608 | +!! test |
| 2609 | +pre-save transform: <noinclude> in subst (bug 3298) |
| 2610 | +!! options |
| 2611 | +pst |
| 2612 | +!! input |
| 2613 | +{{subst:Includes}} |
| 2614 | +!! result |
| 2615 | +Foobar |
| 2616 | +!! end |
2608 | 2617 | |
| 2618 | +!! test |
| 2619 | +pre-save transform: <onlyinclude> in subst (bug 3298) |
| 2620 | +!! options |
| 2621 | +pst |
| 2622 | +!! input |
| 2623 | +{{subst:Includes2}} |
| 2624 | +!! result |
| 2625 | +Foo |
| 2626 | +!! end |
| 2627 | + |
| 2628 | + |
2609 | 2629 | ### |
2610 | 2630 | ### Message transform tests |
2611 | 2631 | ### |
— | — | @@ -2628,6 +2648,27 @@ |
2629 | 2649 | ''test'' |
2630 | 2650 | !! end |
2631 | 2651 | |
| 2652 | +!! test |
| 2653 | +message transform: <noinclude> in transcluded template (bug 4926) |
| 2654 | +!! options |
| 2655 | +msg |
| 2656 | +!! input |
| 2657 | +{{Includes}} |
| 2658 | +!! result |
| 2659 | +Foobar |
| 2660 | +!! end |
| 2661 | + |
| 2662 | +!! test |
| 2663 | +message transform: <onlyinclude> in transcluded template (bug 4926) |
| 2664 | +!! options |
| 2665 | +msg |
| 2666 | +!! input |
| 2667 | +{{Includes2}} |
| 2668 | +!! result |
| 2669 | +Foo |
| 2670 | +!! end |
| 2671 | + |
| 2672 | + |
2632 | 2673 | ### |
2633 | 2674 | ### Images |
2634 | 2675 | ### |