don't use table compaction in to nuon if not a table (#4671)

* don't use table compaction in to nuon if not a table

* Make a proper nuon conversion test

* more nuon tests
This commit is contained in:
JT
2022-02-28 07:10:02 -05:00
committed by GitHub
parent ef70c8dbe4
commit 10364c4f22
3 changed files with 106 additions and 1 deletions

View File

@ -5,6 +5,7 @@ mod html;
mod ics;
mod json;
mod markdown;
mod nuon;
mod ods;
mod sqlite;
mod ssv;