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

Online tutorial: weird behavior with backspace, invalid commands #1184

Closed
vjeffrey opened this issue Sep 28, 2016 · 2 comments · Fixed by #1206
Closed

Online tutorial: weird behavior with backspace, invalid commands #1184

vjeffrey opened this issue Sep 28, 2016 · 2 comments · Fixed by #1206
Assignees
Labels
Type: Bug Feature not working as expected
Milestone

Comments

@vjeffrey
Copy link

As reported by @jerryaldrichiii
screen shot 2016-09-28 at 11 08 35 am

@vjeffrey vjeffrey self-assigned this Sep 28, 2016
@vjeffrey vjeffrey added this to the 1.1.0 milestone Sep 28, 2016
@vjeffrey vjeffrey changed the title Online tutorial: weird behavior with backspace, invalid commands www: Online tutorial: weird behavior with backspace, invalid commands Sep 28, 2016
@vjeffrey vjeffrey changed the title www: Online tutorial: weird behavior with backspace, invalid commands Online tutorial: weird behavior with backspace, invalid commands Sep 29, 2016
@vjeffrey vjeffrey added the ready label Sep 29, 2016
@chris-rock chris-rock added the Type: Bug Feature not working as expected label Sep 29, 2016
@vjeffrey
Copy link
Author

vjeffrey commented Sep 30, 2016

this bug is killer. it's nutty. makes no sense!

@jerryaldrichiii
Copy link
Contributor

You got that right @vjeffrey!

That's why I brought it up internally...I would sound like a mad man if I brought it up here.

The rabbit hole goes deep I am sure. Best I can tell it has to do with not stripping a \r somewhere.

For example, in Ruby:

[1] pry(main)> puts "foo bar baz";
foo bar baz
[2] pry(main)> puts "foo bar baz\rspam";
spambar baz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Feature not working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants