[][src]Macro expect_test::expect

macro_rules! expect {
    [[$data:literal]] => { ... };
    [[]] => { ... };
}

Creates an instance of Expect from string literal:

expect![["
    Foo { value: 92 }
"]];

Leading indentation is stripped.