Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scanUpToString returning nil on Linux
Behavior of scanUpToString differs from scanUpToString(into:). The former returns nil when argument is "", the latter returns rest of the string.
- Loading branch information