Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

address new analysis issues #219

Merged
merged 1 commit into from
Jul 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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