Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull raw files directly from jindw/master for all source code #2

Closed
wants to merge 1 commit into from

Conversation

josh-cain
Copy link
Owner

No description provided.

@@ -1053,7 +1053,7 @@ function serializeToString(node,buf,isHTML,nodeFilter,visibleNamespaces){
case ATTRIBUTE_NODE:
return buf.push(' ',node.name,'="',node.value.replace(/[<&"]/g,_xmlEncoder),'"');
case TEXT_NODE:
return buf.push(node.data.replace(/[<&]/g,_xmlEncoder).replace(/\]\]>/g,']]'+_xmlEncoder('>')));
return buf.push(node.data.replace(/[<&]/g,_xmlEncoder));
Copy link
Owner Author

@josh-cain josh-cain Jul 12, 2019

Choose a reason for hiding this comment

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

This is the only non-whitespace change, and was addressed by auth0#5. Looks like the rebase went well WRT jindw/master!

@josh-cain
Copy link
Owner Author

Just wanted to validate that we weren't losing anything from a source code perspective from jindw/master. Looks like we're not!

FYI, did this: git checkout jindw/master -- dom-parser.js dom.js entities.js sax.js __package__.js

@josh-cain josh-cain closed this Jul 12, 2019
@josh-cain josh-cain changed the title pull raw files directly from jindw/master for all functions pull raw files directly from jindw/master for all source code Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant