Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix structure and matching in extracted tests.
Because of how HTML parsing works, we need to guarantee a root node, so we wrap the input and output in a div. Then, we include the div in the comparison we do after the fact. We also compare rendered input to output ignoring whitespace.
- Loading branch information