Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Side by Side Diff: pkg/matcher/CHANGELOG.md

Issue 793163002: Fix the prints matcher test on dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/matcher/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.11.3+1
2
3 * Fix the `prints` matcher test on dart2js.
4
1 ## 0.11.3 5 ## 0.11.3
2 6
3 * Add a `prints` matcher that matches output a callback emits via `print`. 7 * Add a `prints` matcher that matches output a callback emits via `print`.
4 8
5 ## 0.11.2 9 ## 0.11.2
6 10
7 * Add an `isNotEmpty` matcher. 11 * Add an `isNotEmpty` matcher.
8 12
9 ## 0.11.1+1 13 ## 0.11.1+1
10 14
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 * Matchers related to bad language use have been removed. These represent code 46 * Matchers related to bad language use have been removed. These represent code
43 structure that should rarely or never be validated in tests. 47 structure that should rarely or never be validated in tests.
44 * `isAbstractClassInstantiationError` 48 * `isAbstractClassInstantiationError`
45 * `throwsAbstractClassInstantiationError` 49 * `throwsAbstractClassInstantiationError`
46 * `isFallThroughError` 50 * `isFallThroughError`
47 * `throwsFallThroughError` 51 * `throwsFallThroughError`
48 52
49 * Added types to a number of method arguments. 53 * Added types to a number of method arguments.
50 54
51 * The structure of the library and test code has been updated. 55 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « no previous file | pkg/matcher/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698