From: Alan Knowles Date: Wed, 23 May 2012 15:18:17 +0000 (+0800) Subject: tests/soup.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=4a866e1e3c8a86e075aceff528cf9d76511cef97 tests/soup.js --- diff --git a/tests/soup.js b/tests/soup.js index 5f8a9c27..47744f8c 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -23,6 +23,7 @@ netrc.split("\n").foreach(function(nl) { lines[line.machine] = line; }); +print(JSON.encode(lines)); // Soup.URI is a struct. var uri = new Soup.URI.c_new("http://www.roojs.com/admin.php/Roo/person");