zetzit / zz

πŸΊπŸ™ ZetZ a zymbolic verifier and tranzpiler to bare metal C
MIT License
1.6k stars 52 forks source link

fix toml module parser handling of empty arrays #79

Closed jwerle closed 4 years ago

jwerle commented 4 years ago

This PR fixes the toml module parser where inputs that contain values that are empty arrays [] were causing the parser to throw an error here. I've added to the test to account for this.

aep commented 4 years ago

nice catch

jwerle commented 4 years ago

thank you! :call_me_hand: