summaryrefslogtreecommitdiffstats
path: root/test/data/snippets/arraytrailingcomma.pp
blob: a410f9553b330b14317dd07d1e99fe53d2601196 (plain)
1
2
3
file {
    ["/tmp/arraytrailingcomma1","/tmp/arraytrailingcomma2", ]: content => "tmp"
}