Skip to content

Conversation

@alexlamsl
Copy link
Collaborator

See #507 - the markup in question causes startTag regex to spend a disproportionately long time before erring out.

@alexlamsl
Copy link
Collaborator Author

rebased

// https://github.com/kangax/html-minifier/issues/229
equal(minify('<CUSTOM-TAG></CUSTOM-TAG><div>Hello :)</div>'), '<custom-tag></custom-tag><div>Hello :)</div>');

input = '<tag v-ref:vm_pv :imgs=" objpicsurl_ "></tag>';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should link to an issue or describe what an issue is coz it's difficult to understand what's being tested otherwise.

@alexlamsl
Copy link
Collaborator Author

@kangax rebased and added comments to issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants