[Pkg-javascript-commits] [node-acorn-jsx] 57/484: Remove test that raised error from the JS engine's RegExp parser
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 19 14:20:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-acorn-jsx.
commit 74536b9eb759d46eb892d74afde622e5611d1f23
Author: Marijn Haverbeke <marijnh at gmail.com>
Date: Wed Nov 21 14:38:21 2012 +0100
Remove test that raised error from the JS engine's RegExp parser
---
test/tests.js | 3 ---
1 file changed, 3 deletions(-)
diff --git a/test/tests.js b/test/tests.js
index f7b169b..50852d5 100644
--- a/test/tests.js
+++ b/test/tests.js
@@ -26101,9 +26101,6 @@ testFail("x\\u005c",
testFail("x\\u002a",
"Invalid Unicode escape (1:3)");
-testFail("var x = /(s/g",
- "Invalid regular expression: /(s/: Unterminated group");
-
testFail("/",
"Unterminated regular expression (1:1)");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git
More information about the Pkg-javascript-commits
mailing list