ricardobeat / toml.js

Hand-written TOML parser for node and the browser.
20 stars 5 forks source link

Test 'array of tables' functionality. #5

Open trombonehero opened 9 years ago

trombonehero commented 9 years ago

Commit 5d991cdf in toml-lang/toml added arrays of tables as a highly useful primitive, but toml.js doesn't seem to support it. Add a test for this functionality in the hope that it will spur further development. :)