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

Unified Diff: chrome/test/data/serializer_nested_test.js

Issue 147220: Use platform-appropriate newlines in JSON output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/test/data/pref_service/write.golden.json ('k') | chrome/test/data/serializer_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/serializer_nested_test.js
===================================================================
--- chrome/test/data/serializer_nested_test.js (revision 19366)
+++ chrome/test/data/serializer_nested_test.js (working copy)
@@ -1,17 +1,17 @@
-{
- "bool": true,
- "dict": {
- "bool": true,
- "dict": {
- "bees": "knees",
- "cats": "meow"
- },
- "foos": "bar",
- "list": [ 3.4, "second", null ]
- },
- "int": 42,
- "list": [ 1, 2 ],
- "null": null,
- "real": 3.14,
- "string": "hello"
-}
+{
+ "bool": true,
+ "dict": {
+ "bool": true,
+ "dict": {
+ "bees": "knees",
+ "cats": "meow"
+ },
+ "foos": "bar",
+ "list": [ 3.4, "second", null ]
+ },
+ "int": 42,
+ "list": [ 1, 2 ],
+ "null": null,
+ "real": 3.14,
+ "string": "hello"
+}
Property changes on: chrome/test/data/serializer_nested_test.js
___________________________________________________________________
Modified: svn:eol-style
- CRLF
+ LF
« no previous file with comments | « chrome/test/data/pref_service/write.golden.json ('k') | chrome/test/data/serializer_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698