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

Unified Diff: tests/corelib_strong/uri_normalize_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 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
Index: tests/corelib_strong/uri_normalize_test.dart
diff --git a/tests/corelib_strong/uri_normalize_test.dart b/tests/corelib_strong/uri_normalize_test.dart
index 5c2f8140c0800bbc8459aa3f8843c8e5edd3d2f6..af97653fc74f0ae23612909128d90de3ec06a9a4 100644
--- a/tests/corelib_strong/uri_normalize_test.dart
+++ b/tests/corelib_strong/uri_normalize_test.dart
@@ -14,8 +14,8 @@ testNormalizePath() {
}
var unreserved = "-._~0123456789"
- "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- "abcdefghijklmnopqrstuvwxyz";
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
+ "abcdefghijklmnopqrstuvwxyz";
test("A", "%41");
test("AB", "%41%42");
@@ -35,7 +35,7 @@ testNormalizePath() {
}
}
Expect.equals(x.toString().toUpperCase(),
- new Uri(path: x.toString()).toString().toUpperCase());
+ new Uri(path: x.toString()).toString().toUpperCase());
// Normalized paths.

Powered by Google App Engine
This is Rietveld 408576698