aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/loops.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `for … in … if …`Libravatar René Kijewski2021-11-111-0/+18
|
* Implement {{loop.cycle(…)}} similar to JinjaLibravatar René Kijewski2021-11-111-0/+45
|
* Add {% break %} and {% continue %}Libravatar René Kijewski2021-08-301-0/+68
| | | | | This PR adds `{% break %}` and `{% continue %}` statements to break out of a loop, or continue with the next element of the iterator.
* Add "destructoring tuple in loop" testLibravatar René Kijewski2021-07-051-0/+69
|
* Add loop variable shadowing testLibravatar René Kijewski2021-07-051-0/+21
|
* Added loop testsLibravatar vallentin2021-06-231-0/+83
|
* Added range test caseLibravatar vallentin2021-02-221-6/+22
|
* Added copy literals related test caseLibravatar vallentin2021-01-051-0/+12
|
* Added more loop testsLibravatar vallentin2020-12-161-0/+36
|
* Add support for loop.lastLibravatar yossyJ2019-01-081-2/+8
|
* Add support for tupleLibravatar yossyJ2019-01-041-1/+6
|
* Use 2018 edition idiomsLibravatar Dirkjan Ochtman2018-12-081-2/+0
|
* Remove unused macro_use attributesLibravatar Dirkjan Ochtman2018-12-081-1/+0
|
* fix panicked on range-based for loopLibravatar bott2018-09-211-0/+13
|
* Fix operator preference at loop.indexLibravatar bott2018-09-141-1/+1
|
* Fix operator preference at loop.firstLibravatar bott2018-09-141-0/+14
|
* Add test for 'loop.first' variableLibravatar Dirkjan Ochtman2018-06-251-1/+1
|
* Fix formatting with cargo fmtLibravatar Dirkjan Ochtman2018-06-211-3/+6
|
* Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman2017-11-211-6/+2
|
* Propagate format errors and rename `render_to()` to `render_into()`Libravatar Dirkjan Ochtman2017-08-101-2/+2
|
* Remove debugging cruft from test_nested_forLibravatar Dirkjan Ochtman2017-03-071-1/+1
|
* Add test for nested loops and loops over slices (see #6, #7, #9)Libravatar Dirkjan Ochtman2017-03-071-0/+17
|
* Create separate test module for loopsLibravatar Dirkjan Ochtman2017-03-071-0/+18