add comment

This commit is contained in:
Simon Gardling 2022-03-24 09:44:57 -04:00
parent 7b4f28f78f
commit 3d5149c489

View File

@ -283,6 +283,7 @@ mod tests {
}
/// Tests to make sure my cursed function works as intended
// TODO: use hashmap for input and expected values
#[test]
fn func_process_test() {
test_process_helper("2x", "2*x");