Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: LayoutTests/fast/regex/script-tests/non-capturing-backtracking.js

Issue 20867002: Remove old tests that have been migrated to the v8 repo. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove unused script-tests as well Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/regex/script-tests/non-capturing-backtracking.js
diff --git a/LayoutTests/fast/regex/script-tests/non-capturing-backtracking.js b/LayoutTests/fast/regex/script-tests/non-capturing-backtracking.js
deleted file mode 100644
index d9f97f5eb99fe1669730477cdc3b48f9a26f485a..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regex/script-tests/non-capturing-backtracking.js
+++ /dev/null
@@ -1,6 +0,0 @@
-description(
-"This page tests for proper backtracking with greedy quantifiers and non-capturing parentheses."
-);
-
-var re = /(?:a*)a/;
-shouldBe("re.exec('a')", "['a']");
« no previous file with comments | « LayoutTests/fast/regex/script-tests/malformed-escapes.js ('k') | LayoutTests/fast/regex/script-tests/overflow.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698