fixed a test case

This commit is contained in:
James Strachan
2012-06-01 08:28:39 +01:00
parent bc7104a8fe
commit 1bf6ebac57
@@ -7,5 +7,5 @@ fun foo(): String {
if (element != null) {
element.appendChild(document.createTextNode("Some Dynamically Created Content!!!"))
}
return element.getTextContent()
return element.textContent
}