diff options
Diffstat (limited to 'test/calls.post.js')
-rw-r--r-- | test/calls.post.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/calls.post.js b/test/calls.post.js index f2b422ed2..bec4d498b 100644 --- a/test/calls.post.js +++ b/test/calls.post.js @@ -14,3 +14,10 @@ function test(name) { test('simple'); test('fibo'); +Module.print('run_script'); +Module.print(Module['_run_script']()); + +Module.print('too many/few arguments'); +Module.print(Module['_simple']()); +Module.print(Module['_simple'](10, 20)); + |