Skip to content
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

Update vobject-js output properties to ensure that the maximum line length of output properties doesn't exceed 75 characters in length. #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Ayiga
Copy link

@Ayiga Ayiga commented Jan 19, 2018

This patch is meant to address a minor issue in the output format of rendered vobjects.

Each line that is long enough would end up being split to ensure that the content itself was never longer than 75 characters. Every line, after the first would be joined with the string '\r\n ' in order to ensure correct line endings and a continuation. This means that wrapped lines would end up being 76 characters in length instead of the 75 intended.

In addition to the aforementioned change, this also updates packages as specified by the test process to ensure they are up-to-date and pass the security checks.

As a result, the patch for the semantic version has also been updated.

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.

1 participant