[][src]Macro ptytest::ascii_screen_fragment

macro_rules! ascii_screen_fragment {
    ($x:literal) => { ... };
    (NL) => { ... };
    ($x:ident) => { ... };
    (^) => { ... };
    (,) => { ... };
}