pub fn parse_test<'a>(
    text: &'a str,
    options: ParseOptions<'a>
) -> ParseResult<TestFile<'a>>
Expand description

Parse the entire text as a test case file.

The returned TestFile contains direct references to substrings of text.