Delete merge conflict marker

This fixes a bug introduced in commit
040057239e.
This commit is contained in:
Richard Hansen 2020-12-20 18:32:07 -05:00
parent 170a230c3a
commit d34a70c940
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ const testImports = {
expectedHTML: '<!DOCTYPE HTML><html><body>Need more space<em> s</em> !<br><br></body></html>',
expectedText: 'Need more space s !\n\n'
},
>>>>>>> 5a47aff2... tests for spaces
};
describe(__filename, function () {