26
edits
(Recommend that jq sort keys before comparing phabricator email event data) |
(Change phab-email diff order so new lines show up as added) |
||
| Line 333: | Line 333: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
$ diff <(jq -S . | $ diff <(jq -S . expected.txt) <(jq -S . output.txt) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
edits