-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lossles-round-trip): Account for padding byte in numeric strings …
…with multiplicity (#401) * Trim padding byte from numeric strings if they exceed VR max length * Tweak comment * Generalize pad byte trimming and add unit test * Refactor with better jsdoc and move function within ValueRepresentation.js class * Additional test cases, account for maxCharLength * Trip padding byte from last element in multiple value arrays if it is odd length --------- Co-authored-by: Craig Berry <craig.berry@veeva.com>
- Loading branch information
1 parent
faa0f86
commit 7b44953
Showing
4 changed files
with
256 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters