From 86faf92e73b8e35eeaaca7dc32395bbe30d8b51c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 18 Apr 2023 22:12:18 -0600 Subject: [PATCH] fix: handle new line used as separator --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d4178ea..e371dd3 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,13 @@ Support this project with a :star: * Free software: [MIT license](LICENSE) + +## Known Limitation + +> **Warning**: +> +> * Using characters like `\n`, `%`, `.` and `\r` as separators would be [URL encoded](https://www.w3schools.com/tags/ref_urlencode.asp) + ## Report Bugs Report bugs at https://github.com/tj-actions/verify-changed-files/issues.