You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing of all special characters does not render correct XML. FWIW, a simple workaround is to just use a regex to find the other special characters which are not currently being parsed correctly and replace them accordingly, as seen in the Expected output. 🙏
Input
A jest test be written to test the expected output of parser.
Input: `Example & < > " ' “ ” ‘ ’ « » „ “ caption with special characters`
Code
parse()
Output
Received: "Example & < > \" ' “ ” ‘ ’ « » „ “ caption with special characters"
expected data
Expected: "Example & < > " ' “ ” ‘ ’ « » „ “ caption with special characters"
Would you like to work on this issue?
Yes
No
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered:
We're glad you find this project helpful. We'll try to address this issue ASAP. You can vist https://solothought.com to know recent features. Don't forget to star this repo.
shaun-funke
changed the title
Parsing of special characters is not correct
All special characters are not correctly parsed
Feb 6, 2024
Description
Parsing of all special characters does not render correct XML. FWIW, a simple workaround is to just use a regex to find the other special characters which are not currently being parsed correctly and replace them accordingly, as seen in the
Expected
output. 🙏Input
A jest test be written to test the expected output of parser.
Code
Output
expected data
Would you like to work on this issue?
Bookmark this repository for further updates. Visit SoloThought to know about recent features.
The text was updated successfully, but these errors were encountered: