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

Unified Diff: test/cctest/test-regexp.cc

Issue 17378: Capture register clearing on loop iteration (Closed)
Patch Set: Created 11 years, 11 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: test/cctest/test-regexp.cc
diff --git a/test/cctest/test-regexp.cc b/test/cctest/test-regexp.cc
index 986785ec789749a0ce34d5343d4e34e250483702..4f560f8f9a9d0fbeffe5a66c335b180dcbc9d967 100644
--- a/test/cctest/test-regexp.cc
+++ b/test/cctest/test-regexp.cc
@@ -1548,5 +1548,5 @@ TEST(CharClassDifference) {
TEST(Graph) {
V8::Initialize(NULL);
- Execute("(?:a|)*", false, true, true);
+ Execute("(?:(a)+)?", false, true, true);
}

Powered by Google App Engine
This is Rietveld 408576698