Replace unprintable characters with space in html2text

This commit is contained in:
Ralph Slooten
2023-10-15 22:02:57 +13:00
parent e564637203
commit e72dd8d9b6
3 changed files with 205 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- run: go test ./internal/storage ./server ./internal/tools ./internal/tools/html2text -v
- run: go test ./internal/storage -bench=.
- run: go test ./internal/storage ./internal/tools/html2text -bench=.
# build the assets
- name: Build web UI