git.delta.rocks / jrsonnet / refs/commits / de9f0cb0f75a

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)