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