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

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)