Skip to content

Commit

Permalink
Correct the test case from 56d589a to match format description
Browse files Browse the repository at this point in the history
The relevant formatting rule from the tree-construction README:

> Each test must begin with a string "\#data" followed by a newline (LF).
> All subsequent lines until a line that says "\#errors" are the test data
> and must be passed to the system being tested unchanged, except with the
> final newline (on the last line) removed.
>
> Then there must be a line that says "\#errors".

Commit 56d589a placed `#errors` after `#document-fragment`
  • Loading branch information
flavorjones authored and gsnedders committed Nov 17, 2022
1 parent dd0d815 commit 03e6c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tree-construction/template.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1614,9 +1614,9 @@ eof table

#data
<template><form><input name="q"></form><div>second</div></template>
#errors
#document-fragment
template
#errors
#document
| <template>
| content
Expand Down

0 comments on commit 03e6c32

Please sign in to comment.