You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I do expect_file![path].assert_eq(&actual) in diff below I get the green case, while assert_debug_eq gives red. I was expecting the latter to result in a file with indentation and newlines so it can be read. The docs say "leading indentation is automatically removed", but I'm not sure what that means
The text was updated successfully, but these errors were encountered:
I think... or maybe I don't understand the docs.
If I do
expect_file![path].assert_eq(&actual)
in diff below I get the green case, whileassert_debug_eq
gives red. I was expecting the latter to result in a file with indentation and newlines so it can be read. The docs say "leading indentation is automatically removed", but I'm not sure what that meansThe text was updated successfully, but these errors were encountered: