Skip to content

Commit 708f79c

Browse files
committed
Per Web Encodings, be stricter about matching names (trailing '"' matters).
1 parent 80acbcf commit 708f79c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

encoding/tests1.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ iso8859-2
6565
<!DOCTYPE HTML>
6666
<meta http-equiv="Content-Type content="text/html; charset=iso8859-2">
6767
#encoding
68-
iso8859-2
68+
windows-1252
6969

7070
#data
7171
<!DOCTYPE HTML>
@@ -163,7 +163,7 @@ Windows-1252
163163
<meta charset=iso8859-2">
164164
<p>"</p>
165165
#encoding
166-
iso8859-2
166+
windows-1252
167167

168168
#data
169169
<!DOCTYPE HTML>

0 commit comments

Comments
 (0)