Searched refs:count1_nums (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/nom/src/multi/ |
H A D | tests.rs | 516 fn count1_nums(i: &[u8]) -> IResult<&[u8], usize> { in many1_count_test() functions 520 assert_eq!(count1_nums(&b"123,45,junk"[..]), Ok((&b"junk"[..], 2))); in many1_count_test() 523 count1_nums(&b"1,2,3,4,5,6,7,8,9,0,junk"[..]), in many1_count_test() 528 count1_nums(&b"hello"[..]), in many1_count_test()
|
Completed in 1 milliseconds