Skip to content

Commit

Permalink
fix: DOCTYPE is uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl committed Dec 5, 2024
1 parent 84cbc81 commit 4d93a27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Deno.test({
console.log(watcher);

assert(html.startsWith(
"<!doctype html>",
"<!DOCTYPE html>",
));
assert(html.includes(
"<title>Mononykus – Deno + Svelte</title>",
Expand Down

0 comments on commit 4d93a27

Please sign in to comment.