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 cc86daf commit 76791acCopy full SHA for 76791ac
test/end2end/dartdoc_test.dart
@@ -110,7 +110,7 @@ void main() {
110
expect(
111
useSomethingInAnotherPackage.modelType.linkedName,
112
matches(
113
- r'<a class="deprecated" href="https://pub.dev/documentation/meta/1.17.0/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