summary refs log tree commit diff stats
path: root/tests/accept/run/txmltree.nim
blob: 2e5f5257600ba46f546a946aa10cea01e4ff0bd2 (plain) (blame)
1
2
3
4
5
6
7
import xmltree, strtabs

var x = <>a(href="nimrod.de", newText("www.nimrod-test.de"))

echo($x == "<a href=\"nimrod.de\">www.nimrod-test.de</a>")