Find
C
ase-sensitive
R
egexp search
Path
Showing
1f43fe5f
:
Revert "Bug
2015874
- add tabNotesCount targeting attribute r=dwalker,tabbrowser-reviewers,omc-reviewers,jprickett" for causing bc failures @ browser_tab_splitview_contextmenu.js
firefox-main
/
third_party
/
rust
/
nom
/
src
/
combinator
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
mod.rs
General purpose combinators
22846
-
tests.rs
#[test] fn t1() { let v1:Vec<u8> = vec![1,2,3]; let v2:Vec<u8> = vec![4,5,6]; let d = Ok((&v1[..], &v2[..])); let res = d.flat_map(print); assert_eq!(res, Ok((&v2[..], ()))); }
6536
-