dev-python/python-spidermonkey: add python-spidermonkey-0.0.10

Package-Manager: portage-2.2.26
This commit is contained in:
Austin English
2016-04-06 16:36:28 -05:00
parent fffbb9b328
commit 0fe9479629
4 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/tests/test-syntax-error.py b/tests/test-syntax-error.py
index ab14deb..78fc0ed 100644
--- a/tests/test-syntax-error.py
+++ b/tests/test-syntax-error.py
@@ -9,7 +9,3 @@ import traceback
def test_syntax_error(cx):
t.raises(t.JSError, cx.execute, "function(asdf;")
-@t.cx()
-def test_invalid_octal(cx):
- t.raises(t.JSError, cx.execute, "09;")
-