Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement mul behavior from Jinja2 #519

Merged
merged 3 commits into from
Jun 8, 2024
Merged

Implement mul behavior from Jinja2 #519

merged 3 commits into from
Jun 8, 2024

Conversation

mitsuhiko
Copy link
Owner

This implements the mul behavior from Jinja2. Specifically {{ iterable * num }} repeats iterable num times.

Fixes #518

@mitsuhiko mitsuhiko merged commit 799e81a into main Jun 8, 2024
30 checks passed
@mitsuhiko mitsuhiko deleted the better-mul branch June 8, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for the * operator
1 participant