Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(reader): Prevent regression with empty files
Updated tests in reader_test.go to include checks for handling empty files in ParseContent function of reader package. Added tests to verify that ParseContent correctly returns an empty string when provided with an empty file path and a newline character string. This ensures consistent behavior and addresses potential issues highlighted in #31.
- Loading branch information