Markus Ebner
2bd436417a
Add unit-tests for #505
2025-07-05 03:21:34 +02:00
Markus Ebner
7a379df480
Add unit-tests for #508
2025-07-05 01:45:18 +02:00
Guillaume Gomez
3ab930ded0
Fix handling of endcall
whitespace characters
2025-05-22 22:50:40 +02:00
Michael Pollind
c4fcd4781a
address comments
...
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-05-22 22:50:40 +02:00
Michael Pollind
0547c2ee88
fix caller logic
...
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-05-22 22:50:40 +02:00
Michael Pollind
ef489b60f6
add test cases and rework spaces
...
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-05-22 22:50:40 +02:00
Michael Pollind
8862325e9b
tweak test
...
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-05-22 22:50:40 +02:00
Michael Pollind
ce73e73720
feat: add caller pattern and adjust syntax to closer match jinja
...
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-05-22 22:50:40 +02:00
Michael Pollind
b8c85a07bd
feat: add caller pattern for macro
...
Signed-off-by: Michael Pollind <mpollind@gmail.com>
2025-05-22 22:50:39 +02:00
Guillaume Gomez
3b52c907c3
Rename rinja
into askama
2025-03-11 19:31:06 +01:00
Guillaume Gomez
6e13c81a5f
Move types into their tests
2024-11-09 22:22:42 +01:00
Guillaume Gomez
8ba1e16f3e
Add regression test for *
/&
operators in functions/methods arguments
2024-10-03 14:48:50 +02:00
Guillaume Gomez
6c46e4f7b8
Update tests about methods use
2024-07-02 13:44:27 +02:00
Guillaume Gomez
62bbece0aa
Add regression test to prevent moving variables
2024-07-01 18:05:16 +02:00
Guillaume Gomez
2d80cc3524
Rename everything to rinja
2024-06-17 15:58:52 +02:00
max
28182a1549
Bugfix in is_attr_self()
...
Signed-off-by: max <gmx.sht@gmail.com>
2023-12-13 16:47:02 +01:00
René Kijewski
cb351fe6b1
Unify handling of calls ( #614 )
...
Instead of having `Expr::VarCall`, `Expr::PathCall` and
`Expr::MethodCall`, this PR unifies the handling of calls by removing
the former three variants, and introducing `Expr::Call`.
2022-01-27 10:33:13 +01:00