toml-rs/tests/invalid/array-mixed-types-arrays-and-ints.toml

2 lines
53 B
TOML
Raw Normal View History

2014-06-20 19:01:38 -05:00
arrays-and-ints = [1, ["Arrays are not integers."]]