first test case failing
This commit is contained in:
@@ -610,6 +610,6 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn test_temp_string() {
|
||||
assert_eq!(temp_string(""), Ok(("", "")));
|
||||
assert_eq!(temp_string("foo\"bar"), Ok(("", "foo\"bar")));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user