bazel-contrib / rules_jsonnet

Jsonnet rules for Bazel
https://bazelbuild.github.io/rules_jsonnet/
Apache License 2.0
68 stars 73 forks source link

Use unified diff output in jsonnet_to_json_test() #185

Closed EdSchouten closed 7 months ago

EdSchouten commented 7 months ago

Unified diffs are used far more commonly than the context diffs that the diff(1) utility generates by default.

Fixes: #161