Sponsor of the Day:
Jerkmate
https://bugzilla.mozilla.org/2008282
2008282 - selectors/parser tests should use assert_eq instead of matches! when checking concrete...
RESOLVED (nabeyang) in Core - CSS Parsing and Computation. Last updated 2026-01-14.
assert eqselectorsparsertestsuse
https://doc.rust-lang.org/std/macro.assert_eq.html
assert_eq in std - Rust
Asserts that two expressions are equal to each other (using `PartialEq`).
assert eqstd rust
https://doc.rust-lang.org/std/macro.debug_assert_eq.html
debug_assert_eq in std - Rust
Asserts that two expressions are equal to each other.
debug assertstd rusteq
https://docs.rs/assert_approx_eq/1.1.0/assert_approx_eq/
assert_approx_eq - Rust
API documentation for the Rust `assert_approx_eq` crate.
assertapproxeqrust