# HG changeset patch
# User Atul Varma
For instance, here we'll create a JsSandbox whose module root -points to the monkeys SecurableModule compliance test over HTTP:
+points to the monkeys SecurableModule compliance test over HTTP:>>> url = ("http://interoperablejs.googlecode.com/svn/trunk/" diff -r 915fdf283ac5 -r 7cbbec55aef6 docs.txt --- a/docs.txt Thu Sep 10 16:59:18 2009 -0700 +++ b/docs.txt Thu Sep 10 17:05:05 2009 -0700 @@ -17,12 +17,14 @@ __ http://wiki.commonjs.org/wiki/CommonJS For instance, here we'll create a ``JsSandbox`` whose module root -points to the ``monkeys`` SecurableModule compliance test over HTTP: +points to the `monkeys`__ SecurableModule compliance test over HTTP: >>> url = ("http://interoperablejs.googlecode.com/svn/trunk/" ... "compliance/monkeys/") >>> sandbox = JsSandbox(HttpFileSystem(url)) +__ http://interoperablejs.googlecode.com/svn/trunk/compliance/monkeys/ + This compliance test requires a global ``sys`` object that contains one method, ``print()``, that takes two arguments. First, we'll create the ``print()`` function and prepare it for exposure to JS code: