!! Version 2 # This file will hold tests for indent-pre usages. For now, we are only # adding tests that really don't need to be tested with the legacy parser. # # Eventually, once the monolithic parser test file is split up, all # indent-pre test will move here. !! article Template:1x !! text {{{1}}} !! endarticle !! test Off-by-1 DSR values: Regression test for indent-pre usages !! options parsoid=wt2html,selser !! wikitext {{1x| }} ''{{1x| }} X'' {{1x| }} Y !! html/parsoid

X 
Y
!! html/php

X 
Y
!! end !! test Ensure DSR values for mw:DisplaySpace spans are computed correctly !! options parsoid=wt2html,selser !! wikitext x y :) !! html/parsoid
x
y :)
!! html/php
x
y :)
!! end !! article Template:T1 !! text
foo
!! endarticle !! test pwrap test !! options parsoid=wt2html !! wikitext {{T1}}{{T1}} !! html/parsoid
foo
foo
!! end