CommaSeparatedListIndex constructor character input treated as numerical value #29
Labels
No labels
bug
duplicate
enhancement/documentation
enhancement/feature
enhancement/organization
question
rejected
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
UserCurt/mpath#29
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Calling
mpath.operation.CommaSeparatedListIndex(index)with a scalar char inputindexthat is not':'will use the numerical ASCII value as the index. For example,mpath.operation.CommaSeparatedListIndex(';')will act like<59>since;is character 59. Expected behavior is to give an error.This issue may be present in other operations or functions, though this has not been checked.
Fixed in
2c5263a.