summary refs log tree commit diff stats
path: root/tests/stdlib/txmlgen.nim
blob: 917427abc8c51b9d68c9c014105965499acea57d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  file: "txmlgen.nim"
  output: "<h1><a href=\"http://force7.de/nimrod\">Nimrod</a></h1>"
"""
import htmlgen

var nim = "Nimrod"
echo h1(a(href="http://force7.de/nimrod", nim))