diff options
Diffstat (limited to 'tests/accept/run/txmlgen.nim')
-rwxr-xr-x | tests/accept/run/txmlgen.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/accept/run/txmlgen.nim b/tests/accept/run/txmlgen.nim new file mode 100755 index 000000000..56ca42d53 --- /dev/null +++ b/tests/accept/run/txmlgen.nim @@ -0,0 +1,6 @@ +import xmlgen + +var nim = "Nimrod" +echo h1(a(href="http://force7.de/nimrod", nim)) + + |