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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 description(
2 'Test that covers capturing brackets, and was adapted from a part of an early ve rsion of Acid3.'
3 );
4
5 // JS regexps aren't like Perl regexps, if their character
6 // classes start with a ] that means they're empty. So this
7 // is a syntax error; if we get here it's a bug.
8 shouldThrow("/TA[])]/.exec('TA]')");
9 shouldBe("/[]/.exec('')", "null");
10 shouldBe("/(\\3)(\\1)(a)/.exec('cat').toString()", "'a,,,a'");
OLDNEW
« 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