I hadn't considered using an online validator. Given that these are
only unit tests, this is the simplest solution. Thanks!
On Dec 18, 7:27 pm, Jeff Valk wrote:
> On Saturday, December 18, 2010 at 02:10 pm, Alyssa Kwan wrote:
>
> > I'd like to unit test my html output for well-formedness. What
>
> I'd like to unit test my html output for well-formedness. What's an
> easy way to test it for HTML5 validity? Are there good Clojure libs
> for this? I only need to check for validity, not parse.
>
> Not sure, but maybe you can use htmlunit?
All the best,
--
Miki
--
You received thi
[Going ever further off topic]
On Sat, 18 Dec 2010 20:52:09 -0500
John Sanda wrote:
> On Sat, Dec 18, 2010 at 3:10 PM, Alyssa Kwan wrote:
> > I'd like to unit test my html output for well-formedness. What's an
> > easy way to test it for HTML5 validity? Are there good Clojure libs
> > for t
On Sat, Dec 18, 2010 at 3:10 PM, Alyssa Kwan wrote:
> Hi!
>
> I'd like to unit test my html output for well-formedness. What's an
> easy way to test it for HTML5 validity? Are there good Clojure libs
> for this? I only need to check for validity, not parse.
>
> Thanks!
> Alyssa
>
> --
>
You mi
On Saturday, December 18, 2010 at 02:10 pm, Alyssa Kwan wrote:
>
> I'd like to unit test my html output for well-formedness. What's an
> easy way to test it for HTML5 validity? Are there good Clojure libs
> for this? I only need to check for validity, not parse.
I'm not aware of a native cloju
Hi!
I'd like to unit test my html output for well-formedness. What's an
easy way to test it for HTML5 validity? Are there good Clojure libs
for this? I only need to check for validity, not parse.
Thanks!
Alyssa
--
You received this message because you are subscribed to the Google
Groups "Clo