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

Unified Diff: tests/language/part_of_uri2_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/language/part_of_uri2_test.dart
diff --git a/tests/language/part_of_uri2_test.dart b/tests/language/part_of_uri2_test.dart
index 220c7449776f0efd9a2726aa99c6d1911318952e..cb59135ffed8ba0b26737f03727b1e05eca6eac2 100644
--- a/tests/language/part_of_uri2_test.dart
+++ b/tests/language/part_of_uri2_test.dart
@@ -4,8 +4,8 @@
library part_of_uri2;
-part "part_of_uri2_part.dart"; // declares bar1, baz1, uses URI.
-part "part_of_uri2_part2.dart"; // declares bar2, baz2, uses id.
+part "part_of_uri2_part.dart"; // declares bar1, baz1, uses URI.
+part "part_of_uri2_part2.dart"; // declares bar2, baz2, uses id.
const foo = 'foo';
const qux = "$baz1$baz2";

Powered by Google App Engine
This is Rietveld 408576698