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

Perform proper string concatenation in jsonnet_to_json() #183

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

EdSchouten
Copy link
Collaborator

It looks like #182 introduced a small regression, where '%' was used instead of '+' to perform string concatenation. This went by unnoticed, because we seemingly don't have any testing coverage for plain jsonnet_to_json().

Solve this by duplicating one of the import tests that was affected by this to invoke plain jsonnet_to_json().

It looks like #182 introduced a small regression, where '%' was used
instead of '+' to perform string concatenation. This went by unnoticed,
because we seemingly don't have any testing coverage for plain
jsonnet_to_json().

Solve this by duplicating one of the import tests that was affected by
this to invoke plain jsonnet_to_json().
@EdSchouten EdSchouten merged commit 9ccf9bd into master Apr 4, 2024
4 checks passed
@EdSchouten EdSchouten deleted the eschouten/20240404-regression branch April 4, 2024 10:15
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.

1 participant