| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Future<void> assertDiagnosticsFromMarkdown(String content) {It would be nice to have a doc comment explaining the markdown syntax.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Future<void> assertDiagnosticsFromMarkdown(String content) {It would be nice to have a doc comment explaining the markdown syntax.
I mean, who documents test code. :-/
Seriously, though, I added a comment pointing to the documentation of the markdown syntax.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Future<void> assertDiagnosticsFromMarkdown(String content) {Brian WilkersonIt would be nice to have a doc comment explaining the markdown syntax.
I mean, who documents test code. :-/
Seriously, though, I added a comment pointing to the documentation of the markdown syntax.
Haha, perfect. I figured there was existing documentation somewhere. Thanks for putting the pointer in there.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Update the prefer-initializing-formals lint for primary constructors
I got tired of trying to compute diagnostic locations, so I also added
a utility method that will use our standard markdown format. I tried
just modifying the existing `assertDiagnostics` method, but there are
a few tests that include text that `TestCode` parses as markdown.
Closes https://github.com/dart-lang/sdk/issues/62023
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |