Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(executor): sentencizer trimming spaces
Test the functionality of trimming spaces at the beginning and end of the chunks. Ignoring chunks with only spaces. It also works with tabs because the code is using the regex expression '\s' that includes all blank characters.
- Loading branch information