[Imps] Test cases for parsing spec
Ian Hickson
ian at hixie.ch
Thu Dec 7 14:24:20 PST 2006
On Thu, 7 Dec 2006, James Graham wrote:
>
> #description: Line breaks, no head or body
> #data:
> Line1
> <br>Line2
> <br>Line3
> <br>Line4
> #errors:
> 7: Parse error: missing document type declaration. (3)
> #document:
> | <html>
> | <head>
> | <body>
> | "Line1"
> | <br>
> | "Line2"
> | <br>
> | "Line3"
> | <br>
> | "Line4"
I think the "#description" line is redundant, but other than that that
looks fine -- can someone write up the format somewhere (the wiki?) then I
can write a serialiser for my tests.
--
Ian Hickson U+1047E )\._.,--....,'``. fL
http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,.
Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
More information about the Implementors
mailing list