From 270d1e004e3bed8fc21bbe37676292227d720dc3 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 11 Jul 2009 16:43:30 +0000 Subject: tabs -> spaces, other whitespace git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@793199 13f79535-47bb-0310-9956-ffa450edef68 --- share/www/script/test/attachments.js | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'share') diff --git a/share/www/script/test/attachments.js b/share/www/script/test/attachments.js index 79178f8c..f89ec124 100644 --- a/share/www/script/test/attachments.js +++ b/share/www/script/test/attachments.js @@ -149,21 +149,20 @@ couchTests.attachments= function(debug) { T(xhr.status == 200); T(xhr.responseText == "This is a string"); - // Attachment sparseness COUCHDB-220 var docs = [] for (var i = 0; i < 5; i++) { - var doc = { - _id: (i).toString(), - _attachments:{ - "foo.txt": { - content_type:"text/plain", - data: "VGhpcyBpcyBhIGJhc2U2NCBlbmNvZGVkIHRleHQ=" - } - } + var doc = { + _id: (i).toString(), + _attachments:{ + "foo.txt": { + content_type:"text/plain", + data: "VGhpcyBpcyBhIGJhc2U2NCBlbmNvZGVkIHRleHQ=" + } } - docs.push(doc) + } + docs.push(doc) } db.bulkSave(docs); -- cgit v1.2.3