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

Unified Diff: chrome/test/data/serializer_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/serializer_nested_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/serializer_test.js
===================================================================
--- chrome/test/data/serializer_test.js (revision 19366)
+++ chrome/test/data/serializer_test.js (working copy)
@@ -1,8 +1,8 @@
-{
- "bool": true,
- "int": 42,
- "list": [ 1, 2 ],
- "null": null,
- "real": 3.14,
- "string": "hello"
-}
+{
+ "bool": true,
+ "int": 42,
+ "list": [ 1, 2 ],
+ "null": null,
+ "real": 3.14,
+ "string": "hello"
+}
Property changes on: chrome/test/data/serializer_test.js
___________________________________________________________________
Modified: svn:eol-style
- CRLF
+ LF
« no previous file with comments | « chrome/test/data/serializer_nested_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698