hack4chang opened a new pull request, #13419: URL: https://github.com/apache/lucene/pull/13419
## Description - Add new test case to test the ```getLines``` in ```WordlistLoader``` functions normally. I create a string testcase that contains comment lines and blank lines to test ```getLines``` method. In order to pass a InputStream, I converted string into byteArray and then into byteArrayInputStream. This testcase proved that the function works well. By the definition of the function itself, the comment lines would have '#' at the start of the line, but I'm not sure if a line start with some spaces and then the '#' sign appears after the indentation count as a comment line as well. TBD -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org