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

Allow python style list comparisons in expansion strings #425

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

douglasjacobsen
Copy link
Collaborator

@douglasjacobsen douglasjacobsen commented Feb 28, 2024

This merge adds support for expansion strings of the format:

'{value} in ["list", "of", "values"]'

Which will return True or False instead of erroring.

This commit adds support for expansion strings of the format:

'{value} in ["list", "of", "values"]'

Which will return True or False instead of erroring.
@douglasjacobsen douglasjacobsen added enhancement New feature or request testing Modifications to testing labels Feb 28, 2024
@rfbgo rfbgo merged commit 87b7ebe into GoogleCloudPlatform:develop Feb 28, 2024
5 checks passed
@douglasjacobsen douglasjacobsen deleted the in_list_compare branch February 29, 2024 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Modifications to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants