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

Unified Diff: tests/lib_strong/convert/utf8_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/lib_strong/convert/utf8_test.dart
diff --git a/tests/lib_strong/convert/utf8_test.dart b/tests/lib_strong/convert/utf8_test.dart
index d9daf72b7d58ac60cff1e812cc4043b47d05794f..8cfd42fafdbcd34ed4fb2e0f4d20d1cfa9c31ac5 100644
--- a/tests/lib_strong/convert/utf8_test.dart
+++ b/tests/lib_strong/convert/utf8_test.dart
@@ -19,7 +19,7 @@ void main() {
}
void testDecodeSlice() {
- var decoder = UTF8.decoder; // Doesn't allow malformed.
+ var decoder = UTF8.decoder; // Doesn't allow malformed.
var ascii = [0x41, 0x42, 0x43, 0x44, 0x45];
Expect.equals("ABCDE", decoder.convert(ascii));
Expect.equals("ABCDE", decoder.convert(ascii, 0));

Powered by Google App Engine
This is Rietveld 408576698