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

Better support for QVariantMap #28

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

buschmann23
Copy link
Collaborator

QVariantMap has already been supported, but there was the truethiness check missing for it. This adds truethiness support for QVariantMap so that {% if map %}use map{% endif %} works as expected.

This also adds some more tests for QVariantMap.

QVariantMap has already be supported, but there was the thruthiness
check missing for it. This adds truethiness support for QVariantMap so
that `{% if map %}use map{% endif %} works as expected.

This also adds some more tests for QVariantMap.
@buschmann23 buschmann23 added the enhancement New feature or request label Jul 12, 2024
@buschmann23 buschmann23 self-assigned this Jul 12, 2024
@buschmann23 buschmann23 merged commit 4f17d95 into cutelyst:master Jul 12, 2024
4 of 5 checks passed
@buschmann23 buschmann23 deleted the betterVarIsTrue branch July 12, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant