toml-rs/tests/valid/arrays-hetergeneous.toml

2 lines
41 B
TOML
Raw Normal View History

2014-06-20 19:01:38 -05:00
mixed = [[1, 2], ["a", "b"], [1.0, 2.0]]