parse_scenario_from_string

Function parse_scenario_from_string 

Source
pub fn parse_scenario_from_string(
    content: &str,
    filename: &str,
) -> Result<(Vec<AST>, Vec<String>)>