!! options parsoid-compatible=wt2html,wt2wt version=2 !! end !! test When ParsoidExperimentalParserFunctionSupport is enabled, Parsoid should generate v3.x HTML for parser functions !! config wgParsoidExperimentalParserFunctionSupport=true !! wikitext a {{#if:foo|bar|baz}} b !! html/parsoid

a bar b

!! end !! test When ParsoidExperimentalParserFunctionSupport is disabled, Parsoid should generate v2.x HTML for parser functions !! config wgParsoidExperimentalParserFunctionSupport=false !! wikitext a {{#if:foo|bar|baz}} b !! html/parsoid

a bar b

!! end