mirror of
https://github.com/python/cpython.git
synced 2026-02-23 07:31:03 +00:00
Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
12 lines
156 B
TOML
12 lines
156 B
TOML
multiline = {
|
|
"a" = 1, "b" = 2,
|
|
c = [
|
|
1,
|
|
2,
|
|
3,
|
|
],# comment
|
|
d = 3,
|
|
e = 4, f = {
|
|
# comment
|
|
},
|
|
}
|