A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Talk:Parser tests: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
No edit summary
m (Reverted edits by DjyCv2 (Talk); changed back to last version by Annevk)
 
(4 intermediate revisions by 3 users not shown)
Line 4: Line 4:


There are only ever two possible token streams: the full one, or the one that aborted at the first error. No other differing is allowed. -[[User:Hixie|Hixie]] 22:55, 21 December 2006 (UTC)
There are only ever two possible token streams: the full one, or the one that aborted at the first error. No other differing is allowed. -[[User:Hixie|Hixie]] 22:55, 21 December 2006 (UTC)
== Attributes in the parser test format ==
What's the order in which they have to be given? Preserving the attribute order does not seem to be needed or is it?

Latest revision as of 21:15, 17 August 2007

Tokenizer tests

Given the proposed list of tokens for tests, tests must be passable with only a subset since reporting parse errors is optional. Also, though the accurate reporting of errors is a good thing to test, when they are reported in relation to the emission of tokens is likely to differ between implementations, which would lead to different token lists. JKing 16:41, 21 December 2006 (UTC)

There are only ever two possible token streams: the full one, or the one that aborted at the first error. No other differing is allowed. -Hixie 22:55, 21 December 2006 (UTC)

Attributes in the parser test format

What's the order in which they have to be given? Preserving the attribute order does not seem to be needed or is it?