diff options
Diffstat (limited to 'test/testdata/parse-okay-mixed-nested-attrs-3.exp')
-rw-r--r-- | test/testdata/parse-okay-mixed-nested-attrs-3.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testdata/parse-okay-mixed-nested-attrs-3.exp b/test/testdata/parse-okay-mixed-nested-attrs-3.exp new file mode 100644 index 0000000..b89a597 --- /dev/null +++ b/test/testdata/parse-okay-mixed-nested-attrs-3.exp | |||
@@ -0,0 +1 @@ | |||
{ services = { httpd = { enable = true; }; ssh = { enable = true; port = 123; }; }; } | |||