Files
Nim/tests/stdlib/txmltree.nim
2014-08-29 09:12:12 +02:00

14 lines
194 B
Nim

discard """
file: "txmltree.nim"
output: "true"
"""
import xmltree, strtabs
var x = <>a(href="nim.de", newText("www.nim-test.de"))
echo($x == "<a href=\"nim.de\">www.nim-test.de</a>")