Clean up charset tests
This commit is contained in:
parent
54a4b95da6
commit
66fb537993
2 changed files with 1 additions and 18 deletions
|
@ -2,24 +2,6 @@
|
|||
declare(strict_types=1);
|
||||
namespace dW\HTML5\TestCase;
|
||||
|
||||
/* Missing tests:
|
||||
|
||||
Pre-scan:
|
||||
|
||||
- UTF-16LE and UTF-16BE BOM tests
|
||||
- Duplicate attributes
|
||||
- x-user-defined substitution
|
||||
- EOF after attribute name
|
||||
- Greater-than sign after equals sign
|
||||
- EOF after equals sign
|
||||
|
||||
Meta parsing:
|
||||
|
||||
- No equals sign after charset
|
||||
- EOF after equals sign
|
||||
|
||||
*/
|
||||
|
||||
use dW\HTML5\Charset;
|
||||
|
||||
/**
|
||||
|
|
|
@ -12,6 +12,7 @@ UTF-8
|
|||
|
||||
#data
|
||||
<!DOCTYPE HTML>
|
||||
<!-- There is a space at the end of the next line. This must not be removed. -->
|
||||
<meta charset
|
||||
#encoding
|
||||
Windows-1252
|
||||
|
|
Loading…
Reference in a new issue