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

Change: The behavior of end of text #11

Open
yanocv opened this issue Apr 20, 2020 · 2 comments
Open

Change: The behavior of end of text #11

yanocv opened this issue Apr 20, 2020 · 2 comments
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@yanocv
Copy link
Contributor

yanocv commented Apr 20, 2020

Description

The end of text needs to be behaving same way as an original echo command.

To reproduce

ABC\\cDEF

Actual

ABC\cDEF

Expected

ABC

@yanocv yanocv added the bug Something isn't working label Apr 20, 2020
@yanocv yanocv added this to the v1.0 milestone Apr 20, 2020
@yanocv yanocv added this to To do in dev via automation Apr 20, 2020
@yanocv yanocv self-assigned this Apr 20, 2020
@yanocv
Copy link
Contributor Author

yanocv commented Oct 3, 2020

Make a global flag for when end of file is processed, so that the trailing newline will not be appended.

@yanocv
Copy link
Contributor Author

yanocv commented Oct 3, 2020

A command line flag is needed to override this behavior, so the EOF does not terminate.

yanocv added a commit that referenced this issue Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
dev
  
To do
Development

No branches or pull requests

2 participants