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
/
ui
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-22
Add ui test for `extends` error
Guillaume Gomez
2
-0
/
+37
2023-11-28
Add tests for named arguments in macro calls
Guillaume Gomez
2
-0
/
+89
2023-11-20
Add UI tests for macros error message
Guillaume Gomez
2
-0
/
+50
2023-10-25
Add UI test for `elif` error message
Guillaume Gomez
2
-0
/
+17
2023-10-25
Improve error for invalid name used in `endmacro`
Guillaume Gomez
1
-1
/
+2
2023-10-25
Improve error for invalid name used in `endblock`
Guillaume Gomez
1
-1
/
+2
2023-10-23
Add test specifically for named blocks, and named macros
Guillaume Gomez
4
-0
/
+32
2023-09-28
Pass `Node` parsing level to expressions
René Kijewski
1
-2
/
+2
2023-09-28
Limit nesting in parser nodes, too
René Kijewski
2
-0
/
+129
2023-07-31
Fix parsing arrays
René Kijewski
2
-7
/
+3
2023-07-31
Fix parsing calls
René Kijewski
1
-2
/
+2
2023-01-24
Update `ui` test for trybuild 1.0.76
René Kijewski
1
-1
/
+1
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
2
-0
/
+28
2022-01-13
Add unit tests if there is one `#[template(…)]`
René Kijewski
4
-0
/
+36
2021-12-01
Fix tests for new error messages in Rust nightly
René Kijewski
15
-1
/
+27
2021-11-11
Implement {{loop.cycle(…)}} similar to Jinja
René Kijewski
2
-0
/
+20
2021-08-30
Ensure that {%break%} is only used inside of a loop
René Kijewski
2
-0
/
+19
2021-07-30
Better error messages using cuts
René Kijewski
2
-0
/
+19
2021-07-30
Use "target()" to parse "when" block
René Kijewski
2
-0
/
+18
2021-07-02
Fix expected error message for missing file
René Kijewski
4
-0
/
+8
2020-11-02
Use `syn::Error::to_compile_error` and add trybuild ui test (#374)
msrd0
2
-0
/
+15