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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-13
Add tests for whitespace argument in template derive proc-macro
Guillaume Gomez
1
-0
/
+24
2023-03-09
Update tests for whitespace characters handling
Guillaume Gomez
3
-437
/
+471
2023-03-06
Propogate size_hint from sub-blocks (#788)
Andrew Dona-Couch -- GitHub drop ICE
1
-0
/
+47
2023-01-30
Apply clippy suggestions for 1.67 (#769)
Dirkjan Ochtman
2
-5
/
+4
2023-01-24
Update `ui` test for trybuild 1.0.76
René Kijewski
1
-1
/
+1
2022-11-07
chore: remove allow(clippy::disallowed_names)
Dirkjan Ochtman
4
-7
/
+1
2022-11-07
chore: apply clippy suggestions for 1.65
Dirkjan Ochtman
4
-4
/
+4
2022-07-25
Remove support for deprecated `_parent` field
René Kijewski
1
-4
/
+40
2022-04-29
Allow `{% endmacro name %}`
Bastien Orivel
1
-1
/
+1
2022-04-26
Add test for "minimize" config
Guillaume Gomez
1
-0
/
+43
2022-04-21
Add test for suppress_whitespace option
Guillaume Gomez
2
-19
/
+340
2022-02-16
Make json filter safe
René Kijewski
2
-1
/
+63
2022-02-07
Add markdown filter
René Kijewski
1
-0
/
+75
2022-01-31
Remove `panic!()` in `loop.cycle([])`
René Kijewski
2
-0
/
+22
2022-01-31
Make is_shadowing_variable() failable
René Kijewski
1
-3
/
+3
2022-01-31
Allow comments in `{% match %}` and remove panic!
René Kijewski
3
-0
/
+53
2022-01-28
Parse tuple expressions
René Kijewski
1
-0
/
+82
2022-01-28
Implement error propagation expression: `?` (#590)
René Kijewski
1
-0
/
+69
2022-01-27
Unify handling of calls (#614)
René Kijewski
1
-0
/
+82
2022-01-13
Add unit tests if there is one `#[template(…)]`
René Kijewski
4
-0
/
+36
2021-12-15
Use a separate trait for object safety (#579)
Dirkjan Ochtman
2
-11
/
+8
2021-12-01
Fix tests for new error messages in Rust nightly
René Kijewski
16
-5
/
+41
2021-11-29
Allow whitespace trimming in {{raw}} blocks
René Kijewski
1
-0
/
+10
2021-11-19
Added optional escaper tests
vallentin
1
-0
/
+48
2021-11-11
Implement `for … in … if …`
René Kijewski
1
-0
/
+18
2021-11-11
Add exhaustive whitespace tests for for-else
René Kijewski
2
-0
/
+1147
2021-11-11
Implement for-else
René Kijewski
1
-0
/
+19
2021-11-11
Implement {{loop.cycle(…)}} similar to Jinja
René Kijewski
3
-0
/
+65
2021-10-13
Make test name consistent with test template name
Kelly Thomas Kline
1
-1
/
+1
2021-10-13
Initial test work
Kelly Thomas Kline
1
-0
/
+16
2021-08-30
Ensure that {%break%} is only used inside of a loop
René Kijewski
2
-0
/
+19
2021-08-30
Add {% break %} and {% continue %}
René Kijewski
1
-0
/
+68
2021-08-25
Add test case for matching on Option<bool>
Restioson
1
-0
/
+18
2021-07-30
Issue #379 was fixed
René Kijewski
1
-0
/
+10
2021-07-30
Better error messages using cuts
René Kijewski
2
-0
/
+19
2021-07-30
Use "target()" to parse "when" block
René Kijewski
4
-0
/
+68
2021-07-30
Allow omitting "with" keyword in match blocks
René Kijewski
1
-0
/
+17
2021-07-30
Allow using "with" keyword in "let" statements
René Kijewski
1
-0
/
+14
2021-07-05
Implement destructoring of structs
René Kijewski
1
-0
/
+107
2021-07-05
Add "destructoring tuple in loop" test
René Kijewski
1
-0
/
+69
2021-07-05
Add tuple destructoring tests
René Kijewski
1
-0
/
+14
2021-07-05
Add loop variable shadowing test
René Kijewski
1
-0
/
+21
2021-07-02
Replace rust_macro test to work on nightly
René Kijewski
1
-11
/
+15
2021-07-02
Fix expected error message for missing file
René Kijewski
5
-0
/
+15
2021-07-01
Add "if let" tests
René Kijewski
1
-0
/
+109
2021-06-23
Added loop tests
vallentin
1
-0
/
+83
2021-06-22
Fix code generation for macro calls that store args in variables.
Ryan Kelly
1
-0
/
+10
2021-05-17
Remove forward-slash escape (#486)
Alex Wennerberg
2
-6
/
+3
2021-03-30
Rename test types to PascalCase
Dirkjan Ochtman
2
-10
/
+10
2021-03-10
Added path and ext tests
vallentin
1
-0
/
+67
[next]