aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/loops.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-21fix panicked on range-based for loopLibravatar bott1-0/+13
2018-09-14Fix operator preference at loop.indexLibravatar bott1-1/+1
2018-09-14Fix operator preference at loop.firstLibravatar bott1-0/+14
2018-06-25Add test for 'loop.first' variableLibravatar Dirkjan Ochtman1-1/+1
2018-06-21Fix formatting with cargo fmtLibravatar Dirkjan Ochtman1-3/+6
2017-11-21Apply suggestions from rustfmt to improve styleLibravatar Dirkjan Ochtman1-6/+2
2017-08-10Propagate format errors and rename `render_to()` to `render_into()`Libravatar Dirkjan Ochtman1-2/+2
2017-03-07Remove debugging cruft from test_nested_forLibravatar Dirkjan Ochtman1-1/+1
2017-03-07Add test for nested loops and loops over slices (see #6, #7, #9)Libravatar Dirkjan Ochtman1-0/+17
2017-03-07Create separate test module for loopsLibravatar Dirkjan Ochtman1-0/+18