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.
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.