mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
250a77dc13
We were incorrectly returning an empty array when the input was empty, whereas we ought to return an array containing a single empty string. When the pattern to match was empty, we went into a loop to create an infinite list of empty strings, only to crash once we've run out of memory. This commit addresses both problems. |
||
---|---|---|
.. | ||
io | ||
lang | ||
net | ||
nio | ||
security | ||
text | ||
util |