diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-10-01 09:12:08 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-10-01 09:12:08 +0200 |
commit | ae9a89dd25de3aa2470049c87b4518f82ee399f6 (patch) | |
tree | f96e5a5de731757fb96eaf5cb2e9d72f2e1a8cd9 /tests | |
parent | a3550d13146147c3fd3965ecdf78e6b368fae282 (diff) | |
parent | 700b63ad895eaa4004d681e6a23cc382dd3600ca (diff) | |
download | Nim-ae9a89dd25de3aa2470049c87b4518f82ee399f6.tar.gz |
Merge pull request #3394 from nanoant/patch/use-new-filter-prefix
Use new #? filter prefix in various places
Diffstat (limited to 'tests')
-rw-r--r-- | tests/template/sunset.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template/sunset.tmpl b/tests/template/sunset.tmpl index 6475bac4e..465b12a5e 100644 --- a/tests/template/sunset.tmpl +++ b/tests/template/sunset.tmpl @@ -1,4 +1,4 @@ -#! stdtmpl +#? stdtmpl #proc sunsetTemplate*(current, ticker, content: string, # tabs: openarray[array[0..1, string]]): string = # result = "" |