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 f964564 commit c0ea62dCopy full SHA for c0ea62d
test/end2end/dartdoc_test.dart
@@ -112,7 +112,7 @@ void main() {
112
expect(
113
useSomethingInAnotherPackage.modelType.linkedName,
114
matches(
115
- r'<a href="https://pub.dev/documentation/meta/[^"]*/meta/Required-class.html">Required</a>'));
+ r'<a class="deprecated" href="https://pub.dev/documentation/meta/[^"]*/meta/Required-class.html">Required</a>'));
116
var link = RegExp('/dart-core/String-class.html">String</a>');
117
expect(useSomethingInTheSdk.modelType.linkedName, contains(link));
118
});
0 commit comments