summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/EventStack.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/HTML5/Parser/EventStack.php')
-rw-r--r--test/HTML5/Parser/EventStack.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTML5/Parser/EventStack.php b/test/HTML5/Parser/EventStack.php
index 36e2f29..4d82629 100644
--- a/test/HTML5/Parser/EventStack.php
+++ b/test/HTML5/Parser/EventStack.php
@@ -64,7 +64,7 @@ class EventStack implements EventHandler {
public function parseError($msg, $line, $col) {
//throw new EventStackParseError(sprintf("%s (line %d, col %d)", $msg, $line, $col));
//$this->store(sprintf("%s (line %d, col %d)", $msg, $line, $col));
- $this->store('comment', func_get_args());
+ $this->store('error', func_get_args());
}