| Index: pkg/front_end/lib/src/fasta/quote.dart
|
| diff --git a/pkg/front_end/lib/src/fasta/quote.dart b/pkg/front_end/lib/src/fasta/quote.dart
|
| index a0624144952c7ac9f67c17a7aacb6dad5b94138d..168612ef0c079a0f51b26eafc028c7d2801fc57f 100644
|
| --- a/pkg/front_end/lib/src/fasta/quote.dart
|
| +++ b/pkg/front_end/lib/src/fasta/quote.dart
|
| @@ -160,7 +160,7 @@ String unescape(String string, Quote quote) {
|
| ? string
|
| : unescapeCodeUnits(string.codeUnits, true);
|
| }
|
| - return internalError("Unhandled string quote: $quote");
|
| + return internalError("Internal error: Unexpected quote: $quote.");
|
| }
|
|
|
| const String incompleteSequence = "Incomplete escape sequence.";
|
|
|