cdauth / htmldiff

Calculate the difference between two HTML snippets
30 stars 6 forks source link

Output breaks at links #3

Open oliverbeck opened 8 years ago

oliverbeck commented 8 years ago

Hi

First I would to thank you for this algorithm, great job! I ran in following problem: If I have Links (anchor tags) in my html strings, the comparsion breaks at this point and returns not the whole result.

Thanks for any hint!

Kind regards, Oliver

aelliott1485 commented 4 years ago

I noticed the same thing occurs with ampersands - I can remove them to have the diff continue after that point but that isn't a viable option.