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

Unified Diff: dart/frog/leg/lib/regexp_helper.dart

Issue 9605009: Don't stringify unmatched groups and throw IllegalArgumentException for bad date strings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Mention co19 issue number. Created 8 years, 9 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 | « dart/frog/leg/lib/mockimpl.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/leg/lib/regexp_helper.dart
diff --git a/dart/frog/leg/lib/regexp_helper.dart b/dart/frog/leg/lib/regexp_helper.dart
index 5cdd9d9f0e613e2ba17bb7155ab8ed63edd36899..b6ca45c926bf7356eb3ca46e212e117032839590 100644
--- a/dart/frog/leg/lib/regexp_helper.dart
+++ b/dart/frog/leg/lib/regexp_helper.dart
@@ -40,5 +40,3 @@ class RegExpWrapper {
}
}
}
-
-stringify(x) => x === null ? "" : x.toString();
« no previous file with comments | « dart/frog/leg/lib/mockimpl.dart ('k') | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698