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

spreadsheet mode no error on back slash #3813

Closed
wants to merge 1 commit into from

Conversation

dckesler
Copy link
Contributor

@dckesler dckesler commented Feb 5, 2016

In spreadsheet mode with CodeMirror on a forward slash without a following character it throws stream errors. Also, if the input string ends with a forward slash it won't update the input box and throws a lot of errors.
This is a small fix that makes a single slash with no following character an atom type rather than null, and once a following character is added it becomes the string-2 type.

@marijnh
Copy link
Member

marijnh commented Feb 12, 2016

Thanks. Merged as e1a8c83

@marijnh marijnh closed this Feb 12, 2016
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.

2 participants