From 759ed42c4436ea256add2bd675a1d18028ace0c7 Mon Sep 17 00:00:00 2001 From: Technosophos Date: Wed, 10 Apr 2013 17:26:15 -0500 Subject: Finishing tests on entities. --- test/HTML5/Parser/EventStack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/HTML5/Parser/EventStack.php') 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)); } -- cgit v1.2.3