git.delta.rocks / jrsonnet / refs/commits / 2b4e36fe5944

difftreelog

source

tests/suite/math.jsonnet77 Bsourcehistory
1std.assertEqual(2 + 2 * 2, 6) &&2std.assertEqual(3 + (2 + 2 * 2), 9) &&3true