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

"a\nb".split("\n") does not work #63

Closed
odino opened this issue Dec 21, 2018 · 0 comments
Closed

"a\nb".split("\n") does not work #63

odino opened this issue Dec 21, 2018 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@odino
Copy link
Collaborator

odino commented Dec 21, 2018

We parse \n as literal rather than escape sequence.

We have str.lines() as a workaround but should be doing better than that.

@odino odino added the bug Something isn't working label Dec 21, 2018
@odino odino modified the milestones: future, cauldron, preview-3 Dec 21, 2018
@odino odino added the good first issue Good for newcomers label Dec 27, 2018
@odino odino modified the milestones: preview-3, cauldron Dec 28, 2018
@odino odino modified the milestones: cauldron, 1.0 Jan 14, 2019
odino pushed a commit that referenced this issue Jan 24, 2019
@odino odino closed this as completed Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant