diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-18 14:02:59 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2017-02-18 14:02:59 +0100 |
commit | f2ea1408cf9fb4baf2d68d6624161d104f115e37 (patch) | |
tree | 107fef4f02222b5d976ec841af3dd9163a72cd7c /testing/templates | |
parent | a4588dc02d82ed88084fdf94fc703bb02d2f9971 (diff) | |
download | askama-f2ea1408cf9fb4baf2d68d6624161d104f115e37.tar.gz askama-f2ea1408cf9fb4baf2d68d6624161d104f115e37.tar.bz2 askama-f2ea1408cf9fb4baf2d68d6624161d104f115e37.zip |
Add test for format filter
Diffstat (limited to '')
-rw-r--r-- | testing/templates/format.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/format.html b/testing/templates/format.html new file mode 100644 index 0000000..aba58fd --- /dev/null +++ b/testing/templates/format.html @@ -0,0 +1 @@ +{{ "{:?}"|format(var) }} |