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
The test we have for it fails, but just because it expects the parenthesis to be stripped:
E and: '> raise Exception("Assertion Passed: {} {} at line {}".format(orig, expl, lineno))'
E and: 'E Exception: Assertion Passed: (a + b == c + d) (1 + 2) == (3 + 0) at line 7'
...
E remains unmatched: '*Assertion Passed: a + b == c + d (1 + 2) == (3 + 0) at line 7*'
So I think we should avoid trying to strip the results ourselves. I will open a PR.
(From #5509 (comment))
It seems this patch fixes the problem:
The test we have for it fails, but just because it expects the parenthesis to be stripped:
So I think we should avoid trying to strip the results ourselves. I will open a PR.
cc @Sup3rGeo @asottile
The text was updated successfully, but these errors were encountered: