Skip to content

Fix +: being erroneously interpreted as :#155

Merged
lihaoyi-databricks merged 2 commits intodatabricks:masterfrom
nicholashusin:master
May 30, 2023
Merged

Fix +: being erroneously interpreted as :#155
lihaoyi-databricks merged 2 commits intodatabricks:masterfrom
nicholashusin:master

Conversation

@nicholashusin
Copy link
Copy Markdown
Contributor

Addresses issue #154.

When using +: within an object comprehension, sjsonnet will interpret it as a : instead. This creates an inconsistency with the official implementation of jsonnet. This commit fixes said issue by making sure that + are correctly parsed and evaluated within object comprehension.

When using +: within an object comprehension, sjsonnet will interpret it
as a : instead. This creates an inconsistency with the official
implementation of jsonnet. This commit fixes said issue by making sure
that + are correctly parsed and evaluated within object comprehension.
@AjayMT
Copy link
Copy Markdown

AjayMT commented Oct 19, 2022

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants