Skip to content

Commit 133d75c

Browse files
committed
Test files for UTF-8 and US-ASCII encodings
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%4056
1 parent b5abd6e commit 133d75c

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

tests/us-ascii.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>Test</title>
3+
<p>Hello World!

tests/utf-8-bom.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<!doctype html>
2+
<title>Test</title>
3+
<p>Hello World! ©

0 commit comments

Comments
 (0)