garydgregory commented on PR #99: URL: https://github.com/apache/commons-collections/pull/99#issuecomment-5158839420
Hello @dota17 What about other control characters? Control characters are 0-31 and 127? Either 0 is truly a special case, or all control characters are. If 0 is special, then it can have its own test. Non-0 control-characters can have their own `@ParameterizedTest`. TY! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
