Function functional_tests::preprocessor::split_input
source · pub fn split_input(
lines: impl IntoIterator<Item = impl AsRef<str>>,
global_config: &GlobalConfig
) -> Result<(Vec<LineSp<Directive>>, Vec<RawCommand>)>
Expand description
Parses the input string into three parts: a global config, directives and transactions.