diff options
author | Adam Strzelecki <ono@java.pl> | 2015-09-30 12:38:18 +0200 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-09-30 16:12:31 +0200 |
commit | 700b63ad895eaa4004d681e6a23cc382dd3600ca (patch) | |
tree | 042e3f54485daed742f9ae93856dc71af421087e /tests/template | |
parent | 4071219e201d76d75a95ce712027aac1d2ee5281 (diff) | |
download | Nim-700b63ad895eaa4004d681e6a23cc382dd3600ca.tar.gz |
Use new #? filter prefix in various places
This silences deprecation warnings and prevent collision with UNIX shebang.
Diffstat (limited to 'tests/template')
-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 = "" |