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

blaze-from-html doesn't escape backslashes in text #104

Open
erantapaa opened this issue Jun 9, 2016 · 2 comments
Open

blaze-from-html doesn't escape backslashes in text #104

erantapaa opened this issue Jun 9, 2016 · 2 comments

Comments

@erantapaa
Copy link
Contributor

Running blaze-from-html on this input:

<html>
<body>
<p>This is a test: \Program files
</body>
</html>

produces the output:

    html $ body $ p "This is a test: \Program files"

which is malformed Haskell.

Tested with blaze-from-html-0.3.2.1
@Larivact
Copy link

Larivact commented Nov 1, 2017

blaze-from-html has been moved to https://github.com/jaspervdj/blaze-html.

@wisn
Copy link

wisn commented Mar 30, 2018

Is this still going, @erantapaa?

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

No branches or pull requests

3 participants