git.delta.rocks / jrsonnet / refs/commits / 6fbe7c61b4ca

difftreelog

source

tests/suite/builtin_constant.jsonnet199 Bsourcehistory
1local std2 = std; local std = std2 { primitiveEquals(a, b):: false };2// In jsonnet, this expression was failing because of being desugared to std.primitiveEquals(1, 1)3std.assertEqual(1 == 1, true)