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