fixed a test case
This commit is contained in:
@@ -7,5 +7,5 @@ fun foo(): String {
|
||||
if (element != null) {
|
||||
element.appendChild(document.createTextNode("Some Dynamically Created Content!!!"))
|
||||
}
|
||||
return element.getTextContent()
|
||||
return element.textContent
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user