shreyash24-tech opened a new pull request, #1620:
URL: https://github.com/apache/commons-lang/pull/1620

   ### Changes
   
   * Added a test case for Unicode whitespace handling in `StringUtils.isBlank`
   
   ### Details
   
   * Added a test using Unicode em space (`\u2003`)
   * Verified that `StringUtils.isBlank()` correctly identifies Unicode 
whitespace as blank
   
   ### Reason
   
   Handling Unicode whitespace is important for real-world text processing.
   This test improves coverage and ensures correct behavior for non-standard 
space characters.
   
   ### Testing
   
   * All existing tests pass successfully
   * New test case passes as expected
   


-- 
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]

Reply via email to