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

write/lines only writes end-of-lines if argument is block #2430

Closed
meijeru opened this issue Feb 8, 2017 · 0 comments
Closed

write/lines only writes end-of-lines if argument is block #2430

meijeru opened this issue Feb 8, 2017 · 0 comments
Assignees
Labels
status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation.

Comments

@meijeru
Copy link
Contributor

meijeru commented Feb 8, 2017

Calling write/lines with a single string does not add CRLF, whereas calling it with a block of strings adds a CRLF after every string. In Rebol2, CRLF is also added after a single string is written.

@qtxie qtxie self-assigned this Feb 9, 2017
@dockimbel dockimbel added status.reviewed Ticket has been reviewed and accepted for further processing. type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation. labels Feb 11, 2017
@qtxie qtxie added status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. and removed status.reviewed Ticket has been reviewed and accepted for further processing. labels Feb 12, 2017
@qtxie qtxie closed this as completed Feb 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation.
Projects
None yet
Development

No branches or pull requests

3 participants