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

Unified Diff: dart/sdk/lib/core/uri.dart

Issue 143153006: Version 1.1.3 (stable) (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.1/
Patch Set: Created 6 years, 10 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/runtime/vm/gc_marker.cc ('k') | dart/tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/core/uri.dart
===================================================================
--- dart/sdk/lib/core/uri.dart (revision 32272)
+++ dart/sdk/lib/core/uri.dart (working copy)
@@ -390,9 +390,9 @@
segments.skip(firstSegment).forEach((segment) {
if (segment.contains(new RegExp(r'["*/:<>?\\|]'))) {
if (argumentError) {
- throw new ArgumentError("Illegal character in path}");
+ throw new ArgumentError("Illegal character in path");
} else {
- throw new UnsupportedError("Illegal character in path}");
+ throw new UnsupportedError("Illegal character in path");
}
}
});
« no previous file with comments | « dart/runtime/vm/gc_marker.cc ('k') | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698