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

Unified Diff: third_party/re2/re2/testing/required_prefix_test.cc

Issue 1530113002: Revert of Update re2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « third_party/re2/re2/testing/regexp_test.cc ('k') | third_party/re2/re2/testing/set_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2/testing/required_prefix_test.cc
diff --git a/third_party/re2/re2/testing/required_prefix_test.cc b/third_party/re2/re2/testing/required_prefix_test.cc
index aed41f77874a2429884bcddede14831d874f126e..1f0b216aa7b9c57100e9d4d2caf652ba41dde86d 100644
--- a/third_party/re2/re2/testing/required_prefix_test.cc
+++ b/third_party/re2/re2/testing/required_prefix_test.cc
@@ -28,7 +28,7 @@
// Otherwise, it should work.
{ "^abc$", true, "abc", false, "(?-m:$)" },
- { "^abc", true, "abc", false, "" },
+ { "^abc", "true", "abc", false, "" },
{ "^(?i)abc", true, "abc", true, "" },
{ "^abcd*", true, "abc", false, "d*" },
{ "^[Aa][Bb]cd*", true, "ab", true, "cd*" },
« no previous file with comments | « third_party/re2/re2/testing/regexp_test.cc ('k') | third_party/re2/re2/testing/set_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698