Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Side by Side Diff: tools/tests/jsondiff/output/old-vs-new/output-expected/stdout

Issue 18103005: Create jsondiff tool to capture diffs between two JSON expectations files. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: fix_self_test Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "differing.png": {
3 "new": 777777777,
4 "old": 888888888
5 },
6 "missing-from-new.png": {
7 "new": null,
8 "old": 44444444
9 },
10 "missing-from-old.png": {
11 "new": 3333333,
12 "old": null
13 }
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698