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

White space in empty lines is not highlighted - (bug/feature request) #1

Open
TeRq opened this issue Sep 15, 2010 · 0 comments
Open

Comments

@TeRq
Copy link

TeRq commented Sep 15, 2010

When i make diff between:
OLD

aaa

bbb

NEW

aaa
 
bbb

there is a space in 'NEW' version in empty line.
Those space is not highlighted, it could be inside

<ins> </ins>

and additionally css:

.Differences ins, .Differences del {
    text-decoration: none;
    white-space: pre-wrap;
}
wyster added a commit to wyster/php-diff that referenced this issue Jan 14, 2014
commit 30e103d
Merge: 8d82ac4 71cd475
Author: Konstantin Kudryashov <[email protected]>
Date:   Fri Nov 1 06:02:21 2013 -0700

    Merge pull request chrisboulton#2 from samdark/5.5-and-cleanup

    5.5 and cleanup

commit 71cd475
Author: Alexander Makarov <[email protected]>
Date:   Tue Oct 15 13:53:22 2013 +0400

    Fixed callback

commit dd80390
Author: Alexander Makarov <[email protected]>
Date:   Tue Oct 15 12:53:16 2013 +0400

    phpdoc fixes

commit 29dc002
Author: Alexander Makarov <[email protected]>
Date:   Tue Oct 15 12:52:58 2013 +0400

    PHP 5.5 compatibility fix

commit 8d82ac4
Merge: 7efe41e 9b736ac
Author: Konstantin Kudryashov <[email protected]>
Date:   Thu Nov 8 00:55:45 2012 -0800

    Merge pull request chrisboulton#1 from RobLoach/validate-composer

    Fix composer.json so that it validates

commit 9b736ac
Author: Rob Loach <[email protected]>
Date:   Wed Nov 7 16:08:40 2012 -0500

    Fix composer.json so that it validates

commit 7efe41e
Author: Konstantin Kudryashov <[email protected]>
Date:   Thu Sep 27 02:00:35 2012 +0300

    Update composer.json

    Change namespace as this is a fork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant