databricks / sjsonnet

Apache License 2.0
267 stars 55 forks source link

Fix +: being erroneously interpreted as : #155

Closed NicholasHusin closed 1 year ago

NicholasHusin commented 2 years ago

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.

AjayMT commented 2 years ago

LGTM