Steps to repro:
- Open new page in VE.
- Click on first line, enter text, enter newline, enter more text.
- Click save.
Expected behavior: Two paragraphs.
Actual behavior: One paragraph with a single line break where there should be two.
Tested locally and found that Parsoid's web service gets the DOM as something like "First line<p>Second line</p>", which it can't handle correctly (the fix breaks many other parser tests).
Version: unspecified
Severity: normal