blaspat opened a new pull request, #12038: URL: https://github.com/apache/maven/pull/12038
Fix for https://github.com/apache/maven/issues/11882 The tokenize() method only treated space as whitespace, so newlines became standalone tokens. When a line break appeared before &&, the operator was parsed as two separate & tokens instead of one &&. Added \n, \r, \t to whitespace handling and properly tokenize && as a single operator token regardless of surrounding whitespace. -- 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]
