8000 Fix tests to match Encoding spec by gsnedders · Pull Request #40 · html5lib/html5lib-tests · GitHub
[go: up one dir, main page]

Skip to content

Fix tests to match Encoding spec #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 24, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Per Web Encodings, be stricter about matching names (trailing '"' mat…
…ters).
  • Loading branch information
gsnedders committed Jan 20, 2014
commit 708f79cda77879fb1794a6f64583924aaf941de5
4 changes: 2 additions & 2 deletions encoding/tests1.dat
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ iso8859-2
<!DOCTYPE HTML>
<meta http-equiv="Content-Type content="text/html; charset=iso8859-2">
#encoding
iso8859-2
windows-1252

#data
<!DOCTYPE HTML>
Expand Down Expand Up @@ -163,7 +163,7 @@ Windows-1252
<meta charset=iso8859-2">
<p>"</p>
#encoding
iso8859-2
windows-1252

#data
<!DOCTYPE HTML>
Expand Down
0