Function texlang_testing::run_state_test

source ยท
pub fn run_state_test<S, H>(
    input: &str,
    options: &[TestOption<'_, S>],
    state_verifier: impl Fn(&S),
)
Expand description

Run a state verification test.

The test passes if after running the input TeX snippet, the state verifier function runs successfully.