Closed chainsawriot closed 1 year ago
rubbish_file <- tempfile(fileext = ".fods") writeLines("<ul><li>hello</li></ul>", rubbish_file) list_fods_sheets(rubbish_file) ##infinite loop
I will run it over GDB to see why is_flat_ods isn't triggered.
is_flat_ods
https://github.com/ropensci/readODS/blob/f8fc6570957c3587254dff340e760d4b939d9c79/src/is_ods.cpp#L83-L85
GDB points to these lines for the infinite loop.
I will run it over GDB to see why
is_flat_ods
isn't triggered.