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
We want to check that reformat(reformat(docstring)) == reformat(docstring) and reformat(reformat(document)) == reformat(document), and also that ast.parse(document) ~= ast.parse(reformat(document)), that was we are sure we don't break user code.
The text was updated successfully, but these errors were encountered:
We want to check that
reformat(reformat(docstring)) == reformat(docstring)
andreformat(reformat(document)) == reformat(document)
, and also thatast.parse(document) ~= ast.parse(reformat(document))
, that was we are sure we don't break user code.The text was updated successfully, but these errors were encountered: