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

Side by Side Diff: CHANGELOG.md

Issue 994703003: Fix equalsIgnoringWhitespace examples. (Closed) Base URL: git@github.com:dart-lang/matcher@master
Patch Set: Created 5 years, 9 months 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
« no previous file with comments | « no previous file | lib/src/string_matchers.dart » ('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.4+3
2
3 * Fix the examples for `equalsIgnoringWhitespace`.
4
1 ## 0.11.4+2 5 ## 0.11.4+2
2 6
3 * Improve the formatting of strings that contain unprintable ASCII characters. 7 * Improve the formatting of strings that contain unprintable ASCII characters.
4 8
5 ## 0.11.4+1 9 ## 0.11.4+1
6 10
7 * Correctly match and print `String`s containing characters that must be 11 * Correctly match and print `String`s containing characters that must be
8 represented as escape sequences. 12 represented as escape sequences.
9 13
10 ## 0.11.4 14 ## 0.11.4
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 * Matchers related to bad language use have been removed. These represent code 67 * Matchers related to bad language use have been removed. These represent code
64 structure that should rarely or never be validated in tests. 68 structure that should rarely or never be validated in tests.
65 * `isAbstractClassInstantiationError` 69 * `isAbstractClassInstantiationError`
66 * `throwsAbstractClassInstantiationError` 70 * `throwsAbstractClassInstantiationError`
67 * `isFallThroughError` 71 * `isFallThroughError`
68 * `throwsFallThroughError` 72 * `throwsFallThroughError`
69 73
70 * Added types to a number of method arguments. 74 * Added types to a number of method arguments.
71 75
72 * The structure of the library and test code has been updated. 76 * The structure of the library and test code has been updated.
OLDNEW
« no previous file with comments | « no previous file | lib/src/string_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698