bazel-skylib/tests
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
..
copy_file to_json/to_proto methods on structs are deprecated and will be removed (#295) 2021-05-03 12:27:40 -04:00
diff_test Add shebang lines to tests directory shell scripts (#288) 2021-03-31 15:46:21 -04:00
native_binary Delete maprule. Fix Buildifier lint errors. (#192) 2019-09-17 14:03:22 +02:00
run_binary Delete maprule. Fix Buildifier lint errors. (#192) 2019-09-17 14:03:22 +02:00
select_file Add license and copyright notice (#245) 2020-04-15 12:57:49 +02:00
write_file Remove `$` from grep regexes (#311) 2021-08-09 11:15:50 -04:00
BUILD Depend on bzl_library, not on individual bzl files (#244) 2020-04-03 16:54:55 +02:00
analysis_test_test.sh Minor formatting changes plus doc updates (#147) 2019-05-08 16:34:47 +02:00
build_test_tests.bzl Address lint errors (#254) 2020-06-19 19:49:52 +02:00
collections_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00
common_settings_test.sh Remove --experimental_build_setting_api usage (#249) 2020-06-24 11:31:57 -04:00
dicts_tests.bzl Accept kwargs in dicts.add() (#130) 2019-03-20 13:08:29 -04:00
new_sets_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00
partial_tests.bzl Enable unittest.suite to accept partial calls of test rules (#276) 2020-11-12 21:04:39 -05:00
paths_tests.bzl Add absolute path tests for Windows (#230) 2020-02-06 11:54:31 -05:00
selects_tests.bzl Address latent buildifier issues. (#278) 2020-09-25 22:32:06 +02:00
shell_tests.bzl Windows: fix tests for native test wrapper (#129) 2019-03-26 10:52:27 +01:00
structs_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00
types_tests.bzl Add types.is_set() to test whether an arbitrary object is a set as defined by new_sets.bzl. (#181) 2019-09-17 10:21:44 -04:00
unittest.bash Add basic shell testing for unittest.bzl (#108) 2019-02-11 17:18:56 -05:00
unittest_test.sh Enable unittest.suite to accept partial calls of test rules (#276) 2020-11-12 21:04:39 -05:00
unittest_tests.bzl lint warning fix (#115) 2021-03-31 16:06:00 -04:00
versions_tests.bzl unittest.bzl: supports Windows (#84) 2018-12-04 16:14:08 +01:00