| 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 0f5dee49daf0e4a653f49390c5f27df467f41c5d..d9611a9dcf494e890284ff7c0fa975e4267cab61 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);
|
|
|