bazel-skylib/tests/write_file
Philipp Wollermann 0c57e74606
Remove `$` from grep regexes (#311)
Due to grep having dropped support for handling line-ending matches in a cross-platform way, grepping for `...$` will now fail on Windows, as it no longer ignores the CR part of the CRLF line endings on Windows.

This should turn this project green again on Bazel CI.
2021-08-09 11:15:50 -04:00
..
BUILD write_file: support different line endings (#150) 2019-05-09 15:29:44 +02:00
write_file_tests.sh Remove `$` from grep regexes (#311) 2021-08-09 11:15:50 -04:00