diff options
Diffstat (limited to 'tests/template/ttempl3.nim')
-rw-r--r-- | tests/template/ttempl3.nim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/template/ttempl3.nim b/tests/template/ttempl3.nim index d6a369d32..dc18108d5 100644 --- a/tests/template/ttempl3.nim +++ b/tests/template/ttempl3.nim @@ -1,3 +1,11 @@ +discard """ +output: ''' +1 +yay +12 +''' +""" + template withOpenFile(f: untyped, filename: string, mode: FileMode, actions: untyped): untyped = |