test/script/basic/moduleload.js.EXPECTED

Fri, 15 Feb 2013 18:30:19 +0530

author
sundar
date
Fri, 15 Feb 2013 18:30:19 +0530
changeset 97
757a49aaad02
parent 0
b1a7da25b547
permissions
-rw-r--r--

8008291: Add more tests for better coverage of objects, scripting and parser packages
Reviewed-by: lagergren, jlaskey

     1 function (exports) {
     2   exports.func = function() {
     3      print("module.func called");
     4   }
     5 }
     6 module.func called

mercurial