Coder Social home page Coder Social logo

Comments (5)

paquettg avatar paquettg commented on July 17, 2024

Interesting, we do not do any handling of entities in the module. We do use the &#10 entity to preserve new lines though, which might be what is causing this issue for you.

I am not able to duplicate this solely with the line you provided, it just returns the correct line. I have added a test to confirm this (I'll tag this comment in my new text).

Could you please change the test so that it breaks for you/causes the issue you are experiencing? After that is done I can get to fixing the issue.

thanks.

from php-html-parser.

paquettg avatar paquettg commented on July 17, 2024

Here is the commit that added the test.
01a9e2f

from php-html-parser.

cyruscollier avatar cyruscollier commented on July 17, 2024

Thanks, I'll take a look at the test and see if I can replicate it. The newline entity you mentioned may indeed have something to do with it. It is possible that hexadecimal entities are converted to decimal ones somewhere in the process? The hex entity i becomes the dec entity i, which matches my output if that entity somehow gets broken up into two parts.

from php-html-parser.

paquettg avatar paquettg commented on July 17, 2024

hey @clarinetlord,

I added a semi-color to the end of my conversion code, which really should have been their in the first place... this is probably why they have that.

This should solve the issue. Let me know if you have any other issue.

from php-html-parser.

cyruscollier avatar cyruscollier commented on July 17, 2024

Yep, looks like that did it! You could now change that new TextNode test if you want, to test something like i instead of i, since any decimal entities starting with &#10 are what actually broke, not that particular hex entity I originally thought.

from php-html-parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.