Skip to content

Commit

Permalink
Specify language in neverCalled docs for nicer formatting in docs (da…
Browse files Browse the repository at this point in the history
…rt-archive/matcher#230)

This will also allow dartdoc's `missing-code-block-language` warning in
Flutter.
  • Loading branch information
goderbauer authored Oct 23, 2023
1 parent 779ecc4 commit b8e75f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pkgs/matcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.12.17-wip

## 0.12.16

* Expand bounds on `test_api` dependency to allow the next breaking release
Expand Down
2 changes: 1 addition & 1 deletion pkgs/matcher/lib/src/expect/never_called.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import 'util/pretty_print.dart';
/// This can safely be passed in place of any callback that takes ten or fewer
/// positional parameters. For example:
///
/// ```
/// ```dart
/// // Asserts that the stream never emits an event.
/// stream.listen(neverCalled);
/// ```
Expand Down
2 changes: 1 addition & 1 deletion pkgs/matcher/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: matcher
version: 0.12.16
version: 0.12.17-wip
description: >-
Support for specifying test expectations via an extensible Matcher class.
Also includes a number of built-in Matcher implementations for common cases.
Expand Down

0 comments on commit b8e75f8

Please sign in to comment.