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

Unified 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, 6 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 side-by-side diff with in-line comments
Download patch
Index: tools/tests/jsondiff/output/old-vs-new/output-expected/stdout
===================================================================
--- tools/tests/jsondiff/output/old-vs-new/output-expected/stdout (revision 0)
+++ tools/tests/jsondiff/output/old-vs-new/output-expected/stdout (revision 0)
@@ -0,0 +1,14 @@
+{
+ "differing.png": {
+ "new": 777777777,
+ "old": 888888888
+ },
+ "missing-from-new.png": {
+ "new": null,
+ "old": 44444444
+ },
+ "missing-from-old.png": {
+ "new": 3333333,
+ "old": null
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698