From: Alan Knowles Date: Wed, 23 May 2012 15:20:03 +0000 (+0800) Subject: tests/soup.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=8bf668e640bc52a2afd30ab1726493bd8e47d1cb;hp=d692bbfb44d23bf913094c4987fe5bc53e07ae86;p=gitlive tests/soup.js --- 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) {