diff options
Diffstat (limited to 'tests/html5lib-tests/encoding/tests2.dat')
-rw-r--r-- | tests/html5lib-tests/encoding/tests2.dat | 115 |
1 files changed, 115 insertions, 0 deletions
diff --git a/tests/html5lib-tests/encoding/tests2.dat b/tests/html5lib-tests/encoding/tests2.dat new file mode 100644 index 0000000..d31b387 --- /dev/null +++ b/tests/html5lib-tests/encoding/tests2.dat @@ -0,0 +1,115 @@ +#data +<meta +#encoding +windows-1252 + +#data +< +#encoding +windows-1252 + +#data +<! +#encoding +windows-1252 + +#data +<meta charset = " +#encoding +windows-1252 + +#data +<meta charset=euc-jp +#encoding +windows-1252 + +#data +<meta <meta charset='euc-jp'> +#encoding +euc-jp + +#data +<meta charset = 'euc-jp'> +#encoding +euc-jp + +#data +<!-- --> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +#encoding +utf-8 + +#data +<!-- --> +<meta http-equiv="Content-Type" content="text/html; charset=utf +#encoding +windows-1252 + +#data +<meta http-equiv="Content-Type<meta charset="utf-8"> +#encoding +windows-1252 + +#data +<meta http-equiv="Content-Type" content="text/html; charset='utf-8'"> +#encoding +utf-8 + +#data +<meta http-equiv="Content-Type" content="text/html; charset='utf-8"> +#encoding +windows-1252 + +#data +<meta +#encoding +windows-1252 + +#data +<meta charset = +#encoding +windows-1252 + +#data +<meta charset= utf-8 +> +#encoding +utf-8 + +#data +<meta content = "text/html; +#encoding +windows-1252 + +#data +<meta charset="UTF-16"> +#encoding +utf-8 + +#data +<meta charset="UTF-16LE"> +#encoding +utf-8 + +#data +<meta charset="UTF-16BE"> +#encoding +utf-8 + +#data +<html a=ñ> +<meta charset="utf-8"> +#encoding +utf-8 + +#data +<html ñ> +<meta charset="utf-8"> +#encoding +utf-8 + +#data +<html>ñ +<meta charset="utf-8"> +#encoding +utf-8 |