Index: branches/REL1_18/phase3/tests/parser/parserTests.txt |
— | — | @@ -8769,6 +8769,35 @@ |
8770 | 8770 | </p> |
8771 | 8771 | !! end |
8772 | 8772 | |
| 8773 | +!! article |
| 8774 | +Mediawiki:loop1 |
| 8775 | +!! text |
| 8776 | +{{Identical|A}} |
| 8777 | +!! endarticle |
| 8778 | + |
| 8779 | +!! article |
| 8780 | +Mediawiki:loop2 |
| 8781 | +!! text |
| 8782 | +{{Identical|B}} |
| 8783 | +!! endarticle |
| 8784 | + |
| 8785 | +!! article |
| 8786 | +Template:Identical |
| 8787 | +!! text |
| 8788 | +{{int:loop1}} |
| 8789 | +{{int:loop2}} |
| 8790 | +!! endarticle |
| 8791 | + |
| 8792 | +!! test |
| 8793 | +Bug 31098 Template which includes system messages which includes the template |
| 8794 | +!! options |
| 8795 | +disabled |
| 8796 | +!! input |
| 8797 | +{{Identical}} |
| 8798 | +!! result |
| 8799 | +... |
| 8800 | +!! end |
| 8801 | + |
8773 | 8802 | TODO: |
8774 | 8803 | more images |
8775 | 8804 | more tables |
Property changes on: branches/REL1_18/phase3 |
___________________________________________________________________ |
Modified: svn:mergeinfo |
8776 | 8805 | Merged /trunk/phase3:r97821 |