jrsonnet
refs/heads
master
tests/suite/builtin_constant.jsonnet
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)