Skip to content

Commit

Permalink
address new analysis issues (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jul 1, 2023
1 parent b3b820b commit 8cb99e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.15.5-wip


## 0.15.4

- Widen the dependency on `package:csslib`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: html
version: 0.15.4
version: 0.15.5-wip
description: APIs for parsing and manipulating HTML content outside the browser.
repository: https://github.com/dart-lang/html

Expand Down
2 changes: 0 additions & 2 deletions test/tokenizer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ class TokenizerTestParser {
addOutputToken(token, ['Character', token.data]);
}

void processEOF(StringToken token) {}

void processParseError(StringToken token) {
// TODO(jmesserly): when debugging test failures it can be useful to add
// logging here like `print('ParseError $token');`. It would be nice to
Expand Down

0 comments on commit 8cb99e4

Please sign in to comment.