brandonchinn178 / toml-reader

Haskell library for parsing v1.0 TOML files
https://hackage.haskell.org/package/toml-reader
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Explicitly test parser + normalizer #5

Open brandonchinn178 opened 2 years ago

brandonchinn178 commented 2 years ago

We use toml-test as a catch-all integration test, but we should probably include some explicit tests for various things.

We should also include tests that parser + normalization errors are the errors we expect