From 8bf668e640bc52a2afd30ab1726493bd8e47d1cb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 23:20:03 +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 97e50ab7..e376b253 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -13,7 +13,7 @@ netrc.split("\n").forEach(function(nl) { var k = false print(JSON.stringify(nl)); - nl.replace(/\s+$/,'').replace(/^/s+/,'').split(/\s+/).forEach(function(kv) { + nl.replace(/\s+$/,'').replace(/^\s+/,'').split(/\s+/).forEach(function(kv) { print(JSON.stringify(kv)); if (!k) { -- 2.39.2