!! Version 2 # # This file will hold tests for table wikitext tests. # For now, we are only adding new edge case tests. # Eventually, once the monolithic parser test file is split up, # all table tests can move here. # This is unlikely to ever be used in any production wikipage # since it doesn't make any sense embedding tables in links. # FIXME: Note that the PHP parser and Parsoid differ on this! !! test Tables with multiple newlines after individual lines embedded in links !! options parsoid=wt2html,wt2wt !! wikitext [[Test| {| |test |}]] !! html/php

test

!! html/parsoid

test

!! end