Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(diff): Remove duplicated output #122

Closed
wants to merge 1 commit into from
Closed

Commits on May 29, 2021

  1. fix(diff): Remove duplicated output

    In the tree view, we already show the original and the current value, we
    shouldnt show an entire Diff that is only parseable by color.
    
    In changing this, we removed the more cosmetic atom selector.  We also
    removed the edit distance, since there isn't a known case for it.  Let
    us know if you needed this!
    
    Fixes assert-rs#94
    Fixes assert-rs#105
    Ed Page committed May 29, 2021
    Configuration menu
    Copy the full SHA
    52a759f View commit details
    Browse the repository at this point in the history