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 cfbd61e commit 02d7345Copy full SHA for 02d7345
test/end2end/dartdoc_test.dart
@@ -110,7 +110,7 @@ void main() {
110
expect(
111
useSomethingInAnotherPackage.modelType.linkedName,
112
matches(
113
- 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>(\?)?'));
114
var link = RegExp('/dart-core/String-class.html">String</a>');
115
expect(useSomethingInTheSdk.modelType.linkedName, contains(link));
116
});
0 commit comments