Function cton_reader::parse_test [] [src]

pub fn parse_test<'a>(text: &'a str) -> Result<TestFile<'a>>

Parse the entire text as a test case file.

The returned TestFile contains direct references to substrings of text.