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

Unified Diff: runtime/observatory/tests/service/string_escaping_test.dart

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (Closed)
Patch Set: Created 3 years, 9 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: runtime/observatory/tests/service/string_escaping_test.dart
diff --git a/runtime/observatory/tests/service/string_escaping_test.dart b/runtime/observatory/tests/service/string_escaping_test.dart
index d9611a9dcf494e890284ff7c0fa975e4267cab61..0f5dee49daf0e4a653f49390c5f27df467f41c5d 100644
--- a/runtime/observatory/tests/service/string_escaping_test.dart
+++ b/runtime/observatory/tests/service/string_escaping_test.dart
@@ -29,7 +29,7 @@ void script() {
ascii = "Hello, World!";
latin1 = "blåbærgrød";
unicode = "Îñţérñåţîöñåļîžåţîờñ";
- hebrew = "שלום רב שובך צפורה נחמדת"; // Right-to-left text.
+ hebrew = "שלום רב שובך צפורה נחמדת"; // Right-to-left text.
singleQuotes = "'One,' he said.";
doubleQuotes = '"Two," he said.';
newLines = "Windows\r\nSmalltalk\rUnix\n";
@@ -70,7 +70,7 @@ testStrings(Isolate isolate) async {
expect(value.valueAsStringIsTruncated, isTrue);
}
- script(); // Need to initialize variables in the testing isolate.
+ script(); // Need to initialize variables in the testing isolate.
expectFullString('ascii', ascii);
expectFullString('latin1', latin1);
expectFullString('unicode', unicode);

Powered by Google App Engine
This is Rietveld 408576698