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

Added lines in Python multi-line string missing with inline display #811

Open
Yorwba opened this issue Feb 2, 2025 · 0 comments
Open

Added lines in Python multi-line string missing with inline display #811

Yorwba opened this issue Feb 2, 2025 · 0 comments

Comments

@Yorwba
Copy link

Yorwba commented Feb 2, 2025

a.py:

"""
A
"""

b.py:

"""
A
B
"""

difft --display=inline a.py b.py:
No B
The added B line is not shown in the diff.

difft a.py b.py:
B highlighted
The B line is highlighted as expected.

difft --version:

Difftastic 0.62.0

Revision:  b3606fc 2024-12-20
Toolchain: 1.74.1
System:    linux x86_64
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