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

missing warning on lost form when html is converted to hiccup #53

Closed
retrogradeorbit opened this issue Jan 25, 2020 · 2 comments
Closed

Comments

@retrogradeorbit
Copy link
Owner

$ bootleg -d -e '(convert-to "<p>1</p><p>2</p>" :hiccup)'
[:p {} "2"]

Should print the warning about the lost first form

@retrogradeorbit
Copy link
Owner Author

possibly auto-cull empty trailing lines on html input?

@retrogradeorbit
Copy link
Owner Author

$ bootleg -d -e '(convert-to "<p>1</p><p>2</p>" :hiccup)'
Warning: converting markup from :html to :hiccup lost 1 form
[:p "2"]

retrogradeorbit added a commit that referenced this issue Jan 30, 2020
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

1 participant