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

Unified Diff: tests/corelib/string_source_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/string_source_test.dart
diff --git a/tests/corelib/string_source_test.dart b/tests/corelib/string_source_test.dart
index adf05544d341d42e927751db387eb69ac7ca787d..eb5a633a5945fcc4602697cc93223b9303965bef 100644
--- a/tests/corelib/string_source_test.dart
+++ b/tests/corelib/string_source_test.dart
@@ -20,8 +20,8 @@ main() {
"${base[0]}${base.substring(1)}",
new String.fromCharCodes([0x10412]),
("a" + base).substring(1),
- (new StringBuffer()..writeCharCode(0xd801)
- ..writeCharCode(0xdc12)).toString(),
+ (new StringBuffer()..writeCharCode(0xd801)..writeCharCode(0xdc12))
+ .toString(),
(new StringBuffer()..writeCharCode(0x10412)).toString(),
JSON.decode('"\u{10412}"'),
(JSON.decode('{"\u{10412}":[]}') as Map).keys.first

Powered by Google App Engine
This is Rietveld 408576698