index
:
askama
main
[no description]
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testing
/
tests
/
filters.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test for `as_ref` builtin filter
Guillaume Gomez
2024-01-12
1
-0
/
+14
*
Update tests for whitespace characters handling
Guillaume Gomez
2023-03-09
1
-2
/
+4
*
Apply clippy suggestions for 1.67 (#769)
Dirkjan Ochtman
2023-01-30
1
-2
/
+1
*
chore: remove allow(clippy::disallowed_names)
Dirkjan Ochtman
2022-11-07
1
-2
/
+0
*
chore: apply clippy suggestions for 1.65
Dirkjan Ochtman
2022-11-07
1
-1
/
+1
*
Make json filter safe
René Kijewski
2022-02-16
1
-0
/
+60
*
Added optional escaper tests
vallentin
2021-11-19
1
-0
/
+48
*
Remove forward-slash escape (#486)
Alex Wennerberg
2021-05-17
1
-1
/
+1
*
Add integration tests for into_{f64,isize}
Yuxuan Shui
2020-09-16
1
-0
/
+14
*
Add fmt filter that swaps the first two arguments to format!().
Andrew Dona-Couch
2020-07-14
1
-0
/
+12
*
Clean up clippy warnings
Dirkjan Ochtman
2020-01-02
1
-1
/
+3
*
Use 2018 edition idioms
Dirkjan Ochtman
2018-12-08
1
-2
/
+1
*
Remove unused macro_use attributes
Dirkjan Ochtman
2018-12-08
1
-1
/
+0
*
Fix cargo fmt
Juan Aguilar Santillana
2018-12-07
1
-4
/
+1
*
Disable tests that need dependencies by default
Dirkjan Ochtman
2018-11-04
1
-0
/
+4
*
Update formatting for rust 1.29.0 rustfmt
Dirkjan Ochtman
2018-09-14
1
-2
/
+8
*
Remove accidentally committed debugging cruft
Dirkjan Ochtman
2018-07-02
1
-1
/
+1
*
Add test for 'truncate' filter
Dirkjan Ochtman
2018-06-25
1
-0
/
+14
*
Fix formatting with cargo fmt
Dirkjan Ochtman
2018-06-21
1
-12
/
+17
*
Add test for filter in let statement
Dirkjan Ochtman
2018-04-19
1
-0
/
+22
*
Add test for nested filters with references (see #76)
Dirkjan Ochtman
2018-04-17
1
-0
/
+18
*
Apply suggestions from rustfmt to improve style
Dirkjan Ochtman
2017-11-21
1
-9
/
+14
*
Extend escaping according to OWASP recommendations
Dirkjan Ochtman
2017-09-07
1
-3
/
+4
*
Move JSON test into filters test module
Dirkjan Ochtman
2017-09-07
1
-0
/
+30
*
Make ext attribute mandatory for source-specified templates
Dirkjan Ochtman
2017-09-07
1
-1
/
+1
*
Add `join` filter & tests for it
defyrlt
2017-09-02
1
-0
/
+25
*
Add test case for user-defined filters
Dirkjan Ochtman
2017-08-24
1
-0
/
+19
*
Propagate format errors and rename `render_to()` to `render_into()`
Dirkjan Ochtman
2017-08-10
1
-2
/
+2
*
Hide askama_derive dependency inside askama (fixes #2)
Dirkjan Ochtman
2017-03-06
1
-1
/
+0
*
Discard trailing newlines from templates by default
Dirkjan Ochtman
2017-03-03
1
-2
/
+2
*
Add test for format filter
Dirkjan Ochtman
2017-02-18
1
-0
/
+13
*
Remove unneeded feature(proc_macro) annotation
Dirkjan Ochtman
2017-02-02
1
-2
/
+0
*
Add basic test case for filters
Dirkjan Ochtman
2017-01-06
1
-0
/
+22