| Index: pkg/third_party/html5lib/test/parser_test.dart
|
| diff --git a/pkg/third_party/html5lib/test/parser_test.dart b/pkg/third_party/html5lib/test/parser_test.dart
|
| index dbfb3fc0b3f6eeaf028434dc0c47e7f6b2020863..821eb2d7ed77433ec257f61e8cba041b175b4bc8 100644
|
| --- a/pkg/third_party/html5lib/test/parser_test.dart
|
| +++ b/pkg/third_party/html5lib/test/parser_test.dart
|
| @@ -109,7 +109,7 @@ void main() {
|
| }
|
| }
|
|
|
| -/** Extract the name for the test based on the test input data. */
|
| +/// Extract the name for the test based on the test input data.
|
| _nameFor(String input) {
|
| // Using JSON.decode to unescape other unicode characters
|
| var escapeQuote = input
|
|
|