pub fn run_expansion_equality_test<S>(
lhs: &str,
rhs: &str,
options: &[TestOption<'_, S>],
)
Expand description
Run an expansion equality test.
The test passes if the two provided input strings expand to the same tokens.
pub fn run_expansion_equality_test<S>(
lhs: &str,
rhs: &str,
options: &[TestOption<'_, S>],
)
Run an expansion equality test.
The test passes if the two provided input strings expand to the same tokens.