Assert a std::fs::read_to_string(path) value is equal to an expression.
Pseudocode: std::fs::read_to_string(path) = expr
let path = "alfa.txt"; let value = String::from("alfa\n"); assert_fs_read_to_string_eq_expr!(&path, &value);
assert_fs_read_to_string_eq_expr
assert_fs_read_to_string_eq_expr_as_result
debug_assert_fs_read_to_string_eq_expr