Function parse

Source
pub fn parse(input: &[String]) -> Result<TestExpr, TestCommandParseError>
Expand description

Parses a test command expression.

ยงArguments

  • input - The test command expression to parse, in string form.