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

Fix truncated text nodes #1

Merged
merged 4 commits into from
Sep 13, 2012
Merged

Fix truncated text nodes #1

merged 4 commits into from
Sep 13, 2012

Conversation

josher19
Copy link
Contributor

Text containing '<' was getting truncated.
This could cause a problem in nodes of type pre, textarea or script.
Fixes gtzilla/fastFrag#9

@josher19
Copy link
Contributor Author

PS: Would be nice to be able to do "around the world" translation:

HTML --> JSON --> HTML

and compare generated HTML to original HTML.

@gtzilla gtzilla merged commit a7c6d5a into gtzilla:master Sep 13, 2012
@gtzilla
Copy link
Owner

gtzilla commented Sep 13, 2012

Hey, thanks for catching this. It might be cool to include your new test in the dropdown menus for easy access, though that might be outside the scope of your changes. I agree, adding an around-the-world feature would be nice, and I am certainly happy to add the patch, though I haven't been able to devote much new development time to the project in the last few months. Now that app engine costs money, I'm not sure how much effort should be put into the platform though. Regardless, thanks for the patch. Always welcome, should be updated, let me know if you see any more issues.

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.

Parsing '<' and '>'
2 participants