Skip to content

Conversation

@kboshold
Copy link
Contributor

@kboshold kboshold commented Feb 18, 2025

Fixes #838, when the default normalizeLineEndings implementation is being used

@codecov
Copy link

codecov bot commented Feb 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.12%. Comparing base (00a686f) to head (2aa6dce).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #839   +/-   ##
=======================================
  Coverage   95.12%   95.12%           
=======================================
  Files           8        8           
  Lines        2195     2196    +1     
  Branches      577      577           
=======================================
+ Hits         2088     2089    +1     
  Misses        107      107           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Ponynjaa Ponynjaa requested a review from karfau February 18, 2025 11:29
@karfau karfau changed the title fix: fixed linePattern regexp to allow \u2028 and \u2029 (#838) fix: replace \u2029 as part of normalizeLineEndings Feb 19, 2025
Copy link
Member

@karfau karfau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work, thx a lot

@karfau karfau merged commit cc00fa9 into xmldom:master Feb 25, 2025
38 checks passed
@karfau karfau added this to the 0.9.8 milestone Feb 25, 2025
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

Successfully merging this pull request may close these issues.

Increased processing times when using \u2028 and \u2029

3 participants