summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/EventStack.php
diff options
context:
space:
mode:
authorTechnosophos <[email protected]>2013-04-11 17:39:22 -0500
committerTechnosophos <[email protected]>2013-04-11 17:39:22 -0500
commitf0da96a373b912eb649954d7920a96c6284f9455 (patch)
tree2492b865ea4067f1a015c270158f8e0349bd9934 /test/HTML5/Parser/EventStack.php
parent4b48113eed8e21ccc6b8b4bbb310cbecdd85af65 (diff)
Working on closing tag and bogus comments.
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());
}