From 768f7b7ab8dbcb8ded2311cd301e74bef4a8fe2d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 23:20:19 +0800 Subject: [PATCH] tests/soup.js --- tests/soup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/soup.js b/tests/soup.js index e376b253..95e20a3a 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -11,7 +11,7 @@ var lines = []; netrc.split("\n").forEach(function(nl) { var line = {}; var k = false - print(JSON.stringify(nl)); + print(JSON.stringify(nl)); nl.replace(/\s+$/,'').replace(/^\s+/,'').split(/\s+/).forEach(function(kv) { print(JSON.stringify(kv)); -- 2.39.2