Skip to content

Commit

Permalink
Add doctype (#887)
Browse files Browse the repository at this point in the history
  • Loading branch information
q0w authored Feb 6, 2022
1 parent 7bfba2b commit 459a298
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixtures/index/demo.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<body>
<h1>Demo</h1>
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/index/future-fstrings.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<body>
<h1>future-fstrings</h1>
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/index/pep345-legacy.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<body>
<h1>pep345-legacy</h1>
Expand Down

0 comments on commit 459a298

Please sign in to comment.