Phabricator/TestPlan: Difference between revisions

Change phab-email diff order so new lines show up as added
(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 . output.txt) <(jq -S . expected.txt)
$ diff <(jq -S . expected.txt) <(jq -S . output.txt)
</syntaxhighlight>
</syntaxhighlight>


26

edits