macro_rules! assert_all_in {
    ($text:expr, $expected:expr) => { ... };
    ($text:expr, $expected:expr, ) => { ... };
    ($text:expr, $expected:expr, $( $others:expr ) ,+) => { ... };
}