tests/soup.js
[gitlive] / tests / soup.js
index 5f8a9c2..47744f8 100644 (file)
@@ -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");