Currently, if \n is specified as an end boundary (useful for parsing out strings that begin with some sequence such as // and end at the end of the line - e.g. parsing code comments) if the end of the file is reached before the \n, the collection won't be stored. This should be a configuration option to enable.
Currently, if
\nis specified as an end boundary (useful for parsing out strings that begin with some sequence such as//and end at the end of the line - e.g. parsing code comments) if the end of the file is reached before the\n, the collection won't be stored. This should be a configuration option to enable.