core/pkgs/pkgs-lib/formats/hocon/test/backwards-compatibility/expected.txt
2024-05-13 11:34:52 -04:00

23 lines
236 B
Plaintext

{
"literal" = [
1,
"a",
]
"nested" = {
"literal" = [
1,
"a",
]
"substitution" = ${?PATH}
}
"nested_in_array" = [
${?PATH},
[
1,
"a",
]
]
"substitution" = ${?PATH}
}