JavaHamcrest
JavaHamcrest copied to clipboard
OptionalMatchersTest tests fail on Windows
Some of the tests in OptionalMatchersTest fail when running on Windows because the expected strings use a hardcoded line separator (\n). They need to use System.lineSeparator() instead. It is a quick fix, so I will submit a PR for this shortly.