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

Fix SliceString with range [start, stop]. #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cloudratha
Copy link

@cloudratha cloudratha commented Jun 27, 2019

Without going to deep into the internals, it looks like when extracting the SliceString range with a start, stop. It evaluates to a string (and not an Array).

I believe the documentation example table with string[1:-1] would have failed as well.

This splits the extracted value, and adds a test.

PS: Your Contributor License Agreement 404's.

Closes #2

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.

Cannot slice SliceString with simple range
1 participant