Closed retrogradeorbit closed 4 years ago
$ bootleg -d -e '(convert-to "<p>1</p><p>2</p>" :hiccup)' [:p {} "2"]
Should print the warning about the lost first form
possibly auto-cull empty trailing lines on html input?
$ bootleg -d -e '(convert-to "<p>1</p><p>2</p>" :hiccup)' Warning: converting markup from :html to :hiccup lost 1 form [:p "2"]
Should print the warning about the lost first form