Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2cc14f9

Browse files
authored
test fails with doctype
This might have missed it in hindsight, but the test fails as someone follows the tutorials.Changing it from `<!doctype html>` to `<!DOCTYPE html>` solves the problem
1 parentf287d5d commit2cc14f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/docs/create-a-practice-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ describe('index.html', () => {
285285
})
286286

287287
it('should have a DOCTYPE', () => {
288-
assert(/<!doctype html>/i.test(indexFile))
288+
assert(/<!DOCTYPE html>/i.test(indexFile))
289289
})
290290
})
291291
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp