11 Commits

Author SHA1 Message Date
Dirkjan Ochtman
19bcb0f50e Add test for range operators 2018-06-23 18:18:50 +02:00
Dirkjan Ochtman
31b90ccc65 Fix formatting with cargo fmt 2018-06-21 12:19:54 +02:00
Dirkjan Ochtman
83cc6e0ca3 Apply suggestions from rustfmt to improve style 2017-11-21 20:57:56 +01:00
Dirkjan Ochtman
32a9dd5f2e Moved precedence test into operators module 2017-09-04 20:31:28 +02:00
Dirkjan Ochtman
1e0ee705a8 Propagate format errors and rename render_to() to render_into() 2017-08-10 09:27:33 +02:00
Dirkjan Ochtman
664398b225 Hide askama_derive dependency inside askama (fixes #2) 2017-03-06 22:40:04 +01:00
Dirkjan Ochtman
aa98f61fa7 Discard trailing newlines from templates by default
This matches Jinja's behavior, and seems sensible.
2017-03-03 16:44:54 +01:00
Dirkjan Ochtman
b84a1242c4 Add tests for more binary operators 2017-02-17 14:59:04 +01:00
Dirkjan Ochtman
1121af3dd0 Split comparison tests from other operators 2017-02-17 14:34:24 +01:00
Dirkjan Ochtman
ca5bfc1116 Implement support for mul, div, mod operators 2017-02-13 22:00:35 +01:00
Dirkjan Ochtman
a6b4f305e9 Rename comparison tests to be about any operators 2017-02-13 21:57:29 +01:00