mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2024-11-27 01:30:32 +00:00
fix take_until unit test
This commit is contained in:
parent
68215b4fe6
commit
5c81d769c4
@ -821,6 +821,6 @@ mod tests {
|
||||
|
||||
println!("Done 2\n");
|
||||
let r3 = x("abcefg".as_bytes());
|
||||
assert_eq!(r3, Error(42));
|
||||
assert_eq!(r3, Incomplete(0));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user