serde-ml / serde

Serialization framework for OCaml
MIT License
174 stars 11 forks source link

fix: handle whitespace in arrays properly #38

Open maxRN opened 1 month ago

maxRN commented 1 month ago

This adds two new test cases and also fixes #37. Not sure if that's the right place in the code to address this, feel free to move this to a more appropriate spot.