mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
8 lines
No EOL
174 B
TOML
8 lines
No EOL
174 B
TOML
[arrays]
|
|
data = [ ["gamma", "delta"], [1, 2] ] # comment after an array caused issue #7072
|
|
|
|
# Line breaks are OK when inside arrays
|
|
hosts = [
|
|
"alpha",
|
|
"omega"
|
|
] # comment |