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

Side by Side Diff: tools/tests/jsondiff/input/old.json

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 "expected-results" : {
3 "identical.png" : {
4 "allowed-digests" : [
5 [ "bitmap-64bitMD5", 1111111 ]
6 ],
7 "ignore-failure" : false
8 },
9 "differing.png" : {
10 "allowed-digests" : [
11 [ "bitmap-64bitMD5", 888888888 ]
12 ],
13 "ignore-failure" : false
14 },
15 "missing-from-new.png" : {
16 "allowed-digests" : [
17 [ "bitmap-64bitMD5", 44444444 ]
18 ],
19 "ignore-failure" : false
20 }
21 }
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698