| Index: tests/lib/convert/html_escape_test.dart
|
| ===================================================================
|
| --- tests/lib/convert/html_escape_test.dart (revision 45184)
|
| +++ tests/lib/convert/html_escape_test.dart (working copy)
|
| @@ -10,7 +10,7 @@
|
|
|
| const _TEST_INPUT = """<A </test> of \xA0 "double" & 'single' values>""";
|
|
|
| -const _OUTPUT_UNKNOWN = '<A <.test> of \xA0 "double" '
|
| +const _OUTPUT_UNKNOWN = '<A </test> of \xA0 "double" '
|
| '& 'single' values>';
|
|
|
| const _OUTPUT_ATTRIBUTE =
|
|
|