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

Unified Diff: LayoutTests/fast/regex/script-tests/early-acid3-86.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/early-acid3-86.js
diff --git a/LayoutTests/fast/regex/script-tests/early-acid3-86.js b/LayoutTests/fast/regex/script-tests/early-acid3-86.js
deleted file mode 100644
index c13ba65b1d6fbdc5d485a17a555163f14b8c3da2..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/regex/script-tests/early-acid3-86.js
+++ /dev/null
@@ -1,10 +0,0 @@
-description(
-'Test that covers capturing brackets, and was adapted from a part of an early version of Acid3.'
-);
-
-// JS regexps aren't like Perl regexps, if their character
-// classes start with a ] that means they're empty. So this
-// is a syntax error; if we get here it's a bug.
-shouldThrow("/TA[])]/.exec('TA]')");
-shouldBe("/[]/.exec('')", "null");
-shouldBe("/(\\3)(\\1)(a)/.exec('cat').toString()", "'a,,,a'");
« no previous file with comments | « LayoutTests/fast/regex/script-tests/dotstar.js ('k') | LayoutTests/fast/regex/script-tests/ecma-regex-examples.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698