# We don't need to run these tests in integrated mode as well. !! options version=2 !! end !!article Bar !!text abcd !!endarticle !! article Template:1x !! text {{{1}}} !! endarticle # We need the span in the wikilink so that the link text is # processed as a DOMFragment which then triggers the regression # we are testing in this file !!article Template:RegressionTest !!text [[Bar|bar]] !!endarticle # Regression test -- ensure that nested pipeline TSR information # doesn't leak onto the top-level pipeline during DSR computation. # We verify this indirectly via passing selser tests. !!test Regression Test: Ensure nested pipeline TSR doesn't impact top-level DSR values !!wikitext {{RegressionTest}} Bar !!html/parsoid
Bar
!!end # As seen in T334957#9026561 !! test Ensure proper DSR offsets are computed !! options parsoid=wt2html,selser !! wikitext {| |- é ''x'' * {{1x| {{{!}} {{!}}- }} !! html/parsoidé x
hi
| [[|]] [[|]] |
| [[|]] [[|]] |
foo ''barbaz !! html/parsoid
foo bar
baz
!! end !! test Ensure ListHandler properly handles other compound tokens !! options parsoid=wt2html !! wikitext :{| | a |} !! html/parsoid
a |
| ''a'' | b |
| a | b |
bar
foo
something
!! html/parsoidsomething
!! end !! test Migrate leading category into following div !! wikitext {{1x|//en.wikipedia.org/w/index.php?title=User_talk:Cscott&action=edit§ion=new
!! wikitext {{fullurl:User talk:cscott|action=edit§ion=new}} !! end