[][src]Function lark_test::assert_expected_debug

pub fn assert_expected_debug<Cx, A: ?Sized>(
    cx: &Cx,
    expected_text: &str,
    actual_value: &A
) where
    A: DebugWith

Test that the debug output of actual_value is as expected. Gives a nice diff if things fail.