From 4a866e1e3c8a86e075aceff528cf9d76511cef97 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 23:18:17 +0800 Subject: [PATCH] tests/soup.js --- tests/soup.js | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.2