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

Unified Diff: chrome/test/data/webui/test_api.js

Issue 24924002: Switching getting/dismissing cards to new protocol (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More rgustafson's comments Created 7 years, 2 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
« no previous file with comments | « chrome/browser/resources/google_now/utility_unittest.gtestjs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/test_api.js
diff --git a/chrome/test/data/webui/test_api.js b/chrome/test/data/webui/test_api.js
index 6d15bb323af7b2c0166be0b538c285ed29e620af..1b980b1c8325d5eedd376bc9fb5afbde3eefb7be 100644
--- a/chrome/test/data/webui/test_api.js
+++ b/chrome/test/data/webui/test_api.js
@@ -732,7 +732,7 @@ var testing = {};
// Allow pattern to match multiple lines for text wrapping.
var callerRegExp =
- new RegExp(stackInfo.callerName + '\\((.|\\n)*?\\);', 'g');
+ new RegExp(stackInfo.callerName + '\\((.|\\n|\\r)*?\\);', 'g');
// Find all matches allowing wrap around such as when a helper function
// calls assert/expect calls and that helper function is called multiple
« no previous file with comments | « chrome/browser/resources/google_now/utility_unittest.gtestjs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698