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

Unified Diff: third_party/pkg/route_hierarchical/lib/pattern.dart

Issue 460613002: Add optional start index to Pattern.allMatches. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add extra test. Created 6 years, 4 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
« sdk/lib/core/pattern.dart ('K') | « tests/language/reg_exp_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/route_hierarchical/lib/pattern.dart
diff --git a/third_party/pkg/route_hierarchical/lib/pattern.dart b/third_party/pkg/route_hierarchical/lib/pattern.dart
index 8a139b8c2f38e068998ef7c37db57342f24372e9..17f010ff32db7e472ac5abd2d949084e44035b77 100644
--- a/third_party/pkg/route_hierarchical/lib/pattern.dart
+++ b/third_party/pkg/route_hierarchical/lib/pattern.dart
@@ -78,4 +78,4 @@ Match prefixMatch(Pattern pattern, String str) {
return null;
}
-bool _hasMatch(Iterable<Match> matches) => matches.iterator.moveNext();
+bool _hasMatch(Iterable<Match> matches) => matches.iterator.moveNext();
« sdk/lib/core/pattern.dart ('K') | « tests/language/reg_exp_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698