feat(libreoffice): add more extensions according to online docs (#841)

* #840: added more extensions according to online docs @ libreoffice

* #840: align test

---------

Co-authored-by: Andrea Esposito <a.esposito@hyperborea.com>
This commit is contained in:
Andrea
2024-03-19 15:46:36 +01:00
committed by GitHub
parent b9e6a38037
commit c9aa4938f4
2 changed files with 51 additions and 2 deletions

View File

@@ -450,7 +450,7 @@ func TestApi_Extensions(t *testing.T) {
extensions := a.Extensions()
actual := len(extensions)
expect := 81
expect := 130
if actual != expect {
t.Errorf("expected %d extensions, but got %d", expect, actual)