From: Alan Knowles Date: Wed, 23 May 2012 15:20:50 +0000 (+0800) Subject: tests/soup.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=c2de06d77260c6c8f41038f21c60f2e65fffc459 tests/soup.js --- diff --git a/tests/soup.js b/tests/soup.js index 95e20a3a..5fba1c37 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -23,7 +23,8 @@ netrc.split("\n").forEach(function(nl) { line[k] = kv k = false; }); - + print(JSON.stringify(line)); + lines[line.machine] = line; });