Fix extremely stupid bug: syntax error!
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Fri, 02 Sep 2011 16:12:07 -0600
changeset 560 460ece410c7e
parent 559 71b92c9eaaa8
child 561 f2acf9b8ef05
Fix extremely stupid bug: syntax error!
conformancetest/data.js
conformancetest/gentest.html
--- a/conformancetest/data.js	Fri Sep 02 16:05:32 2011 -0600
+++ b/conformancetest/data.js	Fri Sep 02 16:12:07 2011 -0600
@@ -16491,4 +16491,4 @@
 	[["delete",""],["inserttext","a"]],
 	"<blockquote><font color=\"#0000ff\">a[]</font></blockquote>",
 	[]]
-]]
+]
--- a/conformancetest/gentest.html	Fri Sep 02 16:05:32 2011 -0600
+++ b/conformancetest/gentest.html	Fri Sep 02 16:12:07 2011 -0600
@@ -61,8 +61,6 @@
 	outputEl.firstChild.deleteData(outputEl.textContent.lastIndexOf(","), 1);
 	outputEl.firstChild.appendData("]");
 
-	document.getElementById("output").firstChild.appendData("]");
-
 	document.getElementById("test-container").parentNode
 		.removeChild(document.getElementById("test-container"));
 	var elapsed = Math.round(Date.now() - startTime)/1000;