Skip to content

Commit fe2fbd2

Browse files
author
James Graham
committed
Put pending changes file back to the way it should be
1 parent 125bfc6 commit fe2fbd2

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed
Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,8 @@
11
#data
2-
FOO<!-- BAR -- <QUX> -- MUX -- >BAZ
2+
Placeholder
33
#errors
4-
3: Non-space characters found without seeing a doctype first. Expected “<!DOCTYPE html>”.
5-
15: Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is.
6-
24: Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is.
7-
31: Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is.
8-
35: End of file inside comment.
94
#document
105
| <html>
116
| <head>
127
| <body>
13-
| "FOO"
14-
| <!-- BAR -- <QUX> -- MUX -- >BAZ -->
15-
16-
#data
17-
FOO<!-- BAR -- >BAZ
18-
#errors
19-
3: Non-space characters found without seeing a doctype first. Expected “<!DOCTYPE html>”.
20-
15: Consecutive hyphens did not terminate a comment. “--” is not permitted inside a comment, but e.g. “- -” is.
21-
21: End of file inside comment.
22-
#document
23-
| <html>
24-
| <head>
25-
| <body>
26-
| "FOO"
27-
| <!-- BAR -- >BAZ -->
8+
| "Placeholder"

0 commit comments

Comments
 (0)