Skip to content

Commit

Permalink
fix(204): add tests to validate doctype if removed
Browse files Browse the repository at this point in the history
  • Loading branch information
skippednote committed Jun 20, 2020
1 parent 18898af commit b494163
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
@@ -0,0 +1,5 @@
<><html lang="en">
<body>
<h1>Svelte</h1>
</body>
</html></>
@@ -0,0 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<body>
<h1>Svelte</h1>
</body>
</html>

0 comments on commit b494163

Please sign in to comment.