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