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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/serializer_nested_test.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Modified: svn:eol-style
- CRLF
+ LF
OLDNEW
1 { 1 {
2 "bool": true, 2 "bool": true,
3 "int": 42, 3 "int": 42,
4 "list": [ 1, 2 ], 4 "list": [ 1, 2 ],
5 "null": null, 5 "null": null,
6 "real": 3.14, 6 "real": 3.14,
7 "string": "hello" 7 "string": "hello"
8 } 8 }
OLDNEW
« 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