mirror of
https://github.com/google/go-jsonnet.git
synced 2025-12-24 18:41:07 +01:00
Fix a bunch of bugs: - Reverse meaning of boolean argument to objectFieldsEx and objectHasEx - Slice desugaring using `std.slice` instead of `slice` as a field name. Support + on string and something else. Support + on arrays assertEqual should now work properly
6 lines
36 B
Plaintext
6 lines
36 B
Plaintext
{
|
|
"a": 3,
|
|
"b": 2,
|
|
"c": 4
|
|
}
|