summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser/EventStack.php
diff options
context:
space:
mode:
authorTechnosophos <[email protected]>2013-04-10 17:26:15 -0500
committerTechnosophos <[email protected]>2013-04-10 17:26:15 -0500
commit759ed42c4436ea256add2bd675a1d18028ace0c7 (patch)
treeb4d655125689981b6811baf68023107809695e2d /test/HTML5/Parser/EventStack.php
parentc6abe3417cf9adeeeeb17319081486109581378a (diff)
Finishing tests on entities.
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 a75402e..9754334 100644
--- a/test/HTML5/Parser/EventStack.php
+++ b/test/HTML5/Parser/EventStack.php
@@ -53,7 +53,7 @@ class EventStack implements EventHandler {
}
public function text($cdata) {
- fprintf(STDOUT, "Received TEXT event with: " . $cdata);
+ //fprintf(STDOUT, "Received TEXT event with: " . $cdata);
$this->store('text', array($cdata));
}