fix bug in assert.htmlEqual

pull/568/head
Rich-Harris 8 years ago
parent 24c4a7c9f0
commit 776b68ff71

@ -86,6 +86,7 @@ function cleanChildren ( node ) {
previous.data = previous.data.replace( /\s{2,}/, '\n' );
node.removeChild( child );
child = previous;
}
}

Loading…
Cancel
Save