-
Notifications
You must be signed in to change notification settings - Fork 800
[Dont merge - Breaking Change] Add helper function to preserve XML declaration as processing instruction #44359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2201.12.x
Are you sure you want to change the base?
[Dont merge - Breaking Change] Add helper function to preserve XML declaration as processing instruction #44359
Conversation
xml body = xml `<?xml version="1.1" encoding="UTF-8"?><A><B>123</B></A>`;
Here, we treated |
7f6aeb5 to
1fb4126
Compare
...a-unit-test/src/test/resources/test-src/runtime/api/values/modules/xml_values/xml_values.bal
Outdated
Show resolved
Hide resolved
...a-unit-test/src/test/resources/test-src/runtime/api/values/modules/xml_values/xml_values.bal
Show resolved
Hide resolved
|
This is a breaking change. |
4263a5e to
d4dbea7
Compare
0e1a389 to
0bef29d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2201.12.x #44359 +/- ##
============================================
Coverage 77.28% 77.28%
- Complexity 59163 59171 +8
============================================
Files 3541 3541
Lines 222660 222680 +20
Branches 28872 28879 +7
============================================
+ Hits 172083 172106 +23
+ Misses 40853 40850 -3
Partials 9724 9724 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Purpose
Fixes #
Approach
Samples
Remarks
Check List