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
/
operators.rs
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2020-12-01
Fixed implicit borrow of expressions (#390)
Christian Vallentin
1
-0
/
+10
2020-01-02
Clean up clippy warnings
Dirkjan Ochtman
1
-0
/
+2
2018-12-08
Use 2018 edition idioms
Dirkjan Ochtman
1
-2
/
+0
2018-12-08
Remove unused macro_use attributes
Dirkjan Ochtman
1
-1
/
+0
2018-06-23
Add test for range operators
Dirkjan Ochtman
1
-0
/
+14
2018-06-21
Fix formatting with cargo fmt
Dirkjan Ochtman
1
-2
/
+0
2017-11-21
Apply suggestions from rustfmt to improve style
Dirkjan Ochtman
1
-2
/
+2
2017-09-04
Moved precedence test into operators module
Dirkjan Ochtman
1
-0
/
+11
2017-08-10
Propagate format errors and rename `render_to()` to `render_into()`
Dirkjan Ochtman
1
-2
/
+2
2017-03-06
Hide askama_derive dependency inside askama (fixes #2)
Dirkjan Ochtman
1
-2
/
+1
2017-03-03
Discard trailing newlines from templates by default
Dirkjan Ochtman
1
-1
/
+1
This matches Jinja's behavior, and seems sensible.
2017-02-17
Add tests for more binary operators
Dirkjan Ochtman
1
-1
/
+1
2017-02-17
Split comparison tests from other operators
Dirkjan Ochtman
1
-1
/
+16
2017-02-13
Implement support for mul, div, mod operators
Dirkjan Ochtman
1
-1
/
+1
2017-02-13
Rename comparison tests to be about any operators
Dirkjan Ochtman
1
-4
/
+4
2017-02-04
Add tests for all 6 comparison operators
Dirkjan Ochtman
1
-5
/
+5
2017-02-04
Add test for == operator
Dirkjan Ochtman
1
-0
/
+19