8 lines
127 B
TOML
8 lines
127 B
TOML
[DEFAULT]
|
|
support-files = "foo.js" # a comment
|
|
|
|
[test7]
|
|
[test8]
|
|
support-files = "bar.js" # another comment
|
|
[test9]
|
|
foo = "bar"
|