1
1
mirror of https://github.com/wader/fq.git synced 2024-09-17 14:57:09 +03:00
fq/format/toml/testdata
Mattias Wadman 56edb59e83 toml,xml: Fail fast on invalid content
encoding/xml and github.com/BurntSushi/toml both reads a lot before detecting
that it can't decode. Now we instead read one UTF-8 and make sure it's valid
xml or toml.

Should speed up probing

Related to #586 bigzero-zip.zip
2023-02-22 16:23:21 +01:00
..
bigint.fqtest interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
toml.fqtest toml,xml: Fail fast on invalid content 2023-02-22 16:23:21 +01:00
trailing.fqtest interp: Rename to/from<format> functions to to_/from_<format> 2022-12-21 17:48:39 +01:00
variants.json format,intepr: Refactor json, yaml, etc into formats also move out related functions 2022-07-23 21:48:45 +02:00