We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f09fd commit 8fcdd43Copy full SHA for 8fcdd43
test/html_parser_test.dart
@@ -5,7 +5,7 @@ import 'package:flutter_html/flutter_html.dart';
5
6
void main() {
7
test('Checks that `parse` does not throw an exception', () {
8
- final elementList = HtmlParser(width: 42.0).parse("<b>Bold Text</b>");
+ final elementList = HtmlOldParser(width: 42.0).parse("<b>Bold Text</b>");
9
expect(elementList, isNotNull);
10
});
11
0 commit comments