This commit is contained in:
Simon Gardling
2022-03-30 09:32:28 -04:00
parent 0cce3773eb
commit 96d9d3b170
2 changed files with 1 additions and 1 deletions

View File

@@ -264,6 +264,7 @@ mod tests {
test_func_helper(func_str, false);
}
}
/// Helps with tests of [`process_func_str`]
#[cfg(test)]
fn test_process_helper(input: &str, expected: &str) {