Skip to main content
Module

std/encoding/testdata/arrays.toml

Deno standard library
Go to Latest
File
[arrays]data = [ ["gamma", "delta"], [1, 2] ] # comment after an array caused issue #7072
# Line breaks are OK when inside arrayshosts = [ "alpha", "omega"] # comment
profiles = [ { name = "John", "john@example.com" = true }, { name = "Doe", "doe@example.com" = true }, ]