You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Philzen (via GitHub)" <gi...@apache.org> on 2024/01/04 10:11:52 UTC

[PR] Amend getFullPathNoEndSeparator description for trailing slash home path behaviour [commons-io]

Philzen opened a new pull request, #551:
URL: https://github.com/apache/commons-io/pull/551

   The description says it will remove the trailing slash from a home path (relative path starting with tilde).
   
   A simple
   
   ```java
           @Test void returnsHomeWithTrailingSlash_forHomeWithTrailingSlash() {
               assertThat(FileHelper.getParent("~/")).isEqualTo("~/");
           }
   ```
   
   proves otherwise.
   
   This fixes the description accordingly.


-- 
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-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Amend getFullPathNoEndSeparator description for trailing slash home path behaviour [commons-io]

Posted by "Philzen (via GitHub)" <gi...@apache.org>.
Philzen commented on PR #551:
URL: https://github.com/apache/commons-io/pull/551#issuecomment-2074983670

   Any objections merging this?


-- 
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-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org