Function texlang_testing::run_failure_test
source · pub fn run_failure_test<S>(input: &str, options: &[TestOption<'_, S>])where
S: Default + HasComponent<TestingComponent>,
Expand description
Run a failure test.
The test passes if execution of the provided input fails.