Closed ngbinh closed 1 year ago
This program:
local myFunc = function(a) if (a) then "a" else "b"; local b = "aaa"; myFunc(b == [] || b == ['e'])
works on https://jsonnet.org/ but produces a parsing error "Parse error: Expected ")":7:8, found "b == [] ||"" on sjsonnet 0.4.0.
"Parse error: Expected ")":7:8, found "b == [] ||""
sjsonnet
This program:
works on https://jsonnet.org/ but produces a parsing error
"Parse error: Expected ")":7:8, found "b == [] ||""
onsjsonnet
0.4.0.