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

Issue with detecting additional/removed spaces in html text #128

Open
Chudy20007 opened this issue Jul 23, 2024 · 0 comments
Open

Issue with detecting additional/removed spaces in html text #128

Chudy20007 opened this issue Jul 23, 2024 · 0 comments

Comments

@Chudy20007
Copy link

Chudy20007 commented Jul 23, 2024

Hello. I noticed that if some additional spaces were added into a text or removed from a text then there is no difference detected. Is it possible to configure HtmlDiff to handle this case? If it's not then maybe it's worth to implement/fix?

Example:

  • Old content:
<p>Just a simple text&nbsp; &nbsp;</p>
  • New cotent:
<p>Just a simple text&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</p>

Expected output should show that additional spaces were added.

Thanks for any feedback or tips!

@Chudy20007 Chudy20007 changed the title Issue with detecting additional spaces in html text Issue with detecting additional/removed spaces in html text Jul 23, 2024
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