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

add append, appendString, and appendBuffer methods (closes #1) #3

Merged
merged 2 commits into from
Mar 29, 2017
Merged

Conversation

doowb
Copy link
Collaborator

@doowb doowb commented Mar 29, 2017

Adds append, appendString, and appendBuffer methods discussed in #1.
Adds unit tests for scenarios discussed.

Doing the PR against the dev branch since that already has a PR to master.

@jonschlinkert
Copy link
Owner

@doowb thanks!

@phated does this address what you needed?

@phated
Copy link
Collaborator

phated commented Mar 29, 2017

Reviewed the appendBuffer and I think it handles all the cases I thought of. Windows tests failing though?

@doowb
Copy link
Collaborator Author

doowb commented Mar 29, 2017

Windows tests failing though?

I think some of the normalizeEOL tests are failing because the custom eol isn't passed in. I'll update those, then they'll get pulled into the dev branch.

@jonschlinkert jonschlinkert changed the title add append, appendString, and appendBuffer methods per #1 add append, appendString, and appendBuffer methods (closes #1) Mar 29, 2017
@jonschlinkert
Copy link
Owner

@doowb feel free to merge and publish when you think it's ready, thanks!

@doowb doowb merged commit eee53fa into dev Mar 29, 2017
@doowb doowb deleted the append branch March 29, 2017 20:29
doowb added a commit to doowb/append-string that referenced this pull request Aug 1, 2017
 - bring in code from file-normalize (original introduced in PR jonschlinkert/file-normalize#3)
 - add tests
doowb added a commit to doowb/append-buffer that referenced this pull request Aug 1, 2017
 - bring in code from file-normalize (original introduced in PR jonschlinkert/file-normalize#3)
 - add tests
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.

3 participants