pub fn parse<S: AsRef<str>>( input: &[S], ) -> Result<TestExpr, TestCommandParseError>
Parses a test command expression.
input