Skip to content

Conversation

@JamesWrigley
Copy link
Contributor

Previously JSONX.unescape_string() would insert single codeunits at a time into the unescaped output (if the current character is not an escape sequence). This caused characters composed of multiple codeunits to be unescaped as individual characters.

Discovered by Claude when investigating JuliaLang/IJulia.jl#1071 (comment).

Previously `JSONX.unescape_string()` would insert single codeunits at a time
into the unescaped output (if the current character is not an escape
sequence). This caused characters composed of multiple codeunits to be unescaped
as individual characters.
@codecov
Copy link

codecov bot commented Oct 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.00%. Comparing base (52d8b90) to head (e278a1c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #405   +/-   ##
=======================================
  Coverage   90.00%   90.00%           
=======================================
  Files           7        7           
  Lines        1330     1330           
=======================================
  Hits         1197     1197           
  Misses        133      133           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

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

Thanks!

@quinnj quinnj merged commit b2787c3 into JuliaIO:master Oct 29, 2025
18 checks passed
@JamesWrigley JamesWrigley deleted the jsonx-unescape branch October 29, 2025 18:09
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.

2 participants