core/pkgs/pkgs-lib/formats/hocon/test/backwards-compatibility/expected.txt

23 lines
236 B
Plaintext
Raw Normal View History

2024-05-02 00:46:19 +00:00
{
"literal" = [
1,
"a",
]
"nested" = {
"literal" = [
1,
"a",
]
"substitution" = ${?PATH}
}
"nested_in_array" = [
${?PATH},
[
1,
"a",
]
]
"substitution" = ${?PATH}
}