You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, there is no unified diff. The problem is that the indenting is implemented by using json.Indent which bubbles up the error if the indenting fails.
The text was updated successfully, but these errors were encountered:
When diffing policy output that is not valid JSON, we see errors like:
This happens, for example, when one of the lines looks like this:
In this case, there is no unified diff. The problem is that the indenting is implemented by using
json.Indent
which bubbles up the error if the indenting fails.The text was updated successfully, but these errors were encountered: