Index: sdk/lib/_internal/pub/test/oauth2/utils.dart |
diff --git a/sdk/lib/_internal/pub/test/oauth2/utils.dart b/sdk/lib/_internal/pub/test/oauth2/utils.dart |
index 019628b3fbddb534a3d3853ed9e98d698aba5bfc..27280b047cc9db1a4969bca8e4d20039db547f6a 100644 |
--- a/sdk/lib/_internal/pub/test/oauth2/utils.dart |
+++ b/sdk/lib/_internal/pub/test/oauth2/utils.dart |
@@ -21,7 +21,7 @@ void authorizePub(ScheduledProcess pub, ScheduledServer server, |
'upload packages on your behalf.'))); |
expect(pub.nextLine().then((line) { |
- var match = new RegExp(r'[?&]redirect_uri=([0-9a-zA-Z%+-]+)[$&]') |
+ var match = new RegExp(r'[?&]redirect_uri=([0-9a-zA-Z.%+-]+)[$&]') |
.firstMatch(line); |
expect(match, isNotNull); |