Skip to content

Commit

Permalink
Merge pull request hamcrest#146 from jonreid/master
Browse files Browse the repository at this point in the history
Documentation: Rename equalToIgnoringWhiteSpace
  • Loading branch information
sf105 committed Jun 6, 2016
2 parents e7d430e + 1eaf0e8 commit fd7ab40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static Matcher<String> equalToIgnoringWhiteSpace(String expectedString) {
* <li>any remaining whitespace, appearing within either string, is collapsed to a single space before comparison</li>
* </ul>
* For example:
* <pre>assertThat(" my\tfoo bar ", equalToIgnoringWhiteSpace(" my foo bar"))</pre>
* <pre>assertThat(" my\tfoo bar ", equalToCompressingWhiteSpace(" my foo bar"))</pre>
*
* @param expectedString
* the expected value of matched strings
Expand Down

0 comments on commit fd7ab40

Please sign in to comment.