From 6d23a564733fdd4be94520dba564221fd7c682f3 Mon Sep 17 00:00:00 2001 From: "pamg@google.com" Date: Sun, 27 Jul 2008 05:22:27 +0000 Subject: Change line endings to CRLF and enforce it with svn:eol-style. Our JSON pretty-printer explicitly ends lines with that, rather than a platform-dependent ending. TBR=nsylvain BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/data/serializer_test.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'chrome/test/data/serializer_test.js') diff --git a/chrome/test/data/serializer_test.js b/chrome/test/data/serializer_test.js index 446925e..e2472d6 100644 --- a/chrome/test/data/serializer_test.js +++ b/chrome/test/data/serializer_test.js @@ -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" +} -- cgit v1.1