Changeset [1fe8f0849dd97bf49016206b9ebe5b6b326cdd86] by Paul Davis

May 14th, 2009 @ 11:49 AM

Test for invalid octal.

I added a test that catches the JSError generated by invalid octal. Ricardo, can you confirm whether this test passes or fails? You can run the tests like such:

$ python setup.py test

[#12 state:open] http://github.com/davisp/python-...

Committed by Paul Davis

  • M tests/test-syntax-error.py
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding.