Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commited76b0a

Browse files
author
Edward Z. Yang ext:(%22)
committed
Fix tests and PHP impl as per r3196.
1 parent5508212 commited76b0a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎library/HTML5/Tokenizer.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,10 +1437,6 @@ public function parse() {
14371437
}elseif ($char ==='-') {
14381438
$state ='comment end dash';
14391439
}elseif ($char ==="\t" ||$char ==="\n" ||$char ==="\x0c" ||$char ==='') {
1440-
$this->emitToken(array(
1441-
'type' =>self::PARSEERROR,
1442-
'data' =>'unexpected-space-in-comment-end-space',
1443-
));
14441440
$this->token['data'] .=$char;
14451441
}elseif ($char ===false) {
14461442
$this->emitToken(array(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp