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