| Index: pkg/third_party/html5lib/test/tokenizer_test.dart
|
| diff --git a/pkg/third_party/html5lib/test/tokenizer_test.dart b/pkg/third_party/html5lib/test/tokenizer_test.dart
|
| index 439e44000c3322f5050a5d7e658df28c81e7deed..5c87e160e81a06a08acdf087047175db307f2b5f 100644
|
| --- a/pkg/third_party/html5lib/test/tokenizer_test.dart
|
| +++ b/pkg/third_party/html5lib/test/tokenizer_test.dart
|
| @@ -134,12 +134,10 @@ List normalizeTokens(List tokens) {
|
| }
|
|
|
|
|
| -/**
|
| - * Test whether the test has passed or failed
|
| - *
|
| - * If the ignoreErrorOrder flag is set to true we don't test the relative
|
| - * positions of parse errors and non parse errors.
|
| - */
|
| +/// Test whether the test has passed or failed
|
| +///
|
| +/// If the ignoreErrorOrder flag is set to true we don't test the relative
|
| +/// positions of parse errors and non parse errors.
|
| void expectTokensMatch(List expectedTokens, List receivedTokens,
|
| bool ignoreErrorOrder, [bool ignoreErrors = false, String message]) {
|
|
|
|
|