git.delta.rocks / jrsonnet / refs/heads / master

difftreelog

source

tests/suite/sjsonnet_issue_127.jsonnet126 Bsourcehistory
1local myFunc = function(a)2  if (a) then "a" else "b";34local b = "aaa";56std.assertEqual(myFunc(b == [] || b == ['e']), "b")