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

CBA_fnc_splitString returns wrong result for a particular input #210

Closed
Killswitch00 opened this issue Dec 3, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@Killswitch00
Copy link
Contributor

Reproduce with: ["babab", "bab"] call CBA_fnc_split

Actual result: ["", "ab", ""]

Expected result: ["", "ab"]

PabstMirror added a commit that referenced this issue Dec 3, 2015
Fix #210
Also use `select [_index]` when selecting entire right side of a string.
@ViperMaul ViperMaul added this to the 2.2.1 milestone Jan 18, 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

No branches or pull requests

3 participants