jrsonnet
refs/commits
de9f0cb0f75a
tests/suite/math.jsonnet
1std.assertEqual(2 + 2 * 2, 6) &&2std.assertEqual(3 + (2 + 2 * 2), 9) &&3true