Skip to content

Commit 03e6c32

Browse files
flavorjonesgsnedders
authored andcommitted
Correct the test case from 56d589a to match format description
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`
1 parent dd0d815 commit 03e6c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree-construction/template.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,9 +1614,9 @@ eof table
16141614

16151615
#data
16161616
<template><form><input name="q"></form><div>second</div></template>
1617+
#errors
16171618
#document-fragment
16181619
template
1619-
#errors
16201620
#document
16211621
| <template>
16221622
| content

0 commit comments

Comments
 (0)