Archived
12 lines
82 B
Plaintext
12 lines
82 B
Plaintext
|
|
# multiline
|
|
= [
|
|
1, 2, 3
|
|
]
|
|
|
|
# extra comma at end
|
|
= [
|
|
1,
|
|
2, # this is ok
|
|
]
|