-
-
Notifications
You must be signed in to change notification settings - Fork 527
fix: patchDocument, looks for namspaces more carefully over whole doc… #2943
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
Conversation
Can you add a test to your PR? |
sorry guys, i don't think that i have enough time to write tests... and by specific of my work - i have to fix few bugs in your library to satisfy our requirements... |
Hi @13W Sure, yes, can you explain each fix? Maybe it can be a comment in the code |
…ument added support of different placeholder brackets, default `{{`: `}}` extended inputDataType to accept JSZip
added parameter `recursive`(= true by default) to be able to disable this behavior
Almost ready, just need to write tests Tests are written |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2943 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 290 290
Lines 8781 8796 +15
Branches 1420 1423 +3
=========================================
+ Hits 8781 8796 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ument
added support of different placeholder brackets, default
{{
:}}
extended inputDataType to accept JSZip