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 d2d7e9a commit 2895a03Copy full SHA for 2895a03
test/unit/comment_processable_test.dart
@@ -367,10 +367,10 @@ End text.'''));
367
///
368
/// End text.
369
''');
370
- verify(processor.packageGraph.warnOnElement(
371
- processor, PackageWarning.missingExampleFile,
372
- message: '${p.canonicalize(p.join(_projectRoot, 'abc-r.md'))}; '
373
- 'path listed at a.dart'))
+ verify(processor.packageGraph
+ .warnOnElement(processor, PackageWarning.missingExampleFile,
+ message: '${p.canonicalize(p.join(_projectRoot, 'abc-r.md'))}; '
+ 'path listed at a.dart'))
374
.called(1);
375
// When the example path is invalid, the directive should be left in-place.
376
expect(doc, equals('''
0 commit comments