cleanup: Deduplicate variables in compare_contains_exactly_predicates

`actual_pos` and `expected_pos` were always equal, but read as if they
weren't intended to be.
1 file changed
tree: dd7f7d5f3bec55c6bd4019b0c9c31abc0f3c64c5
  1. .bazelci/
  2. .bcr/
  3. .github/
  4. docgen/
  5. docs/
  6. e2e/
  7. lib/
  8. tests/
  9. .bazelignore
  10. .bazelrc
  11. addlicense.sh
  12. AUTHORS
  13. BUILD
  14. CODEOWNERS
  15. CONTRIBUTING.md
  16. LICENSE
  17. MODULE.bazel
  18. README.md
  19. RELEASING.md
  20. WORKSPACE.bazel
  21. WORKSPACE.bzlmod
README.md

Buildstatus

Framworks and utilities for testing Bazel Starlark rules

rules_testing provides frameworks and utilities to make testing Starlark rules easier and convenient.

For detailed docs, see the docs directory.