| Index: test/pretty_print_test.dart
|
| diff --git a/test/pretty_print_test.dart b/test/pretty_print_test.dart
|
| index b8bd847dbb332698c0ec5fc9becadef84de698a6..6d443b50aa2957bb4048fcd8a02da1e11331c2d0 100644
|
| --- a/test/pretty_print_test.dart
|
| +++ b/test/pretty_print_test.dart
|
| @@ -30,7 +30,7 @@ void main() {
|
|
|
| test('containing escapable characters', () {
|
| expect(
|
| - prettyPrint("foo\rbar\tbaz'qux"), equals("'foo\\rbar\\tbaz\\'qux'"));
|
| + prettyPrint("foo\rbar\tbaz'qux\v"), equals(r"'foo\rbar\tbaz\'qux\v'"));
|
| });
|
| });
|
|
|
|
|