[ { "msg": "Simple message", "html": "
Foo bar
", "expected": "Foo bar
" }, { "msg": "Simple message (from wikitext mode)", "html": "", "expected": "
" }, { "msg": "List", "html": "
Foo bar
Foo bar
" }, { "msg": "List (from wikitext mode)", "html": "
", "expected": "
" }, { "msg": "Empty trailing paragraph", "html": "
Foo bar
", "expected": "Foo bar
" } ]