diff options
Diffstat (limited to 'test/testdata/parse-okay-dup-attrs-5.nix')
-rw-r--r-- | test/testdata/parse-okay-dup-attrs-5.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/testdata/parse-okay-dup-attrs-5.nix b/test/testdata/parse-okay-dup-attrs-5.nix new file mode 100644 index 0000000..f4b9efd --- /dev/null +++ b/test/testdata/parse-okay-dup-attrs-5.nix | |||
@@ -0,0 +1,4 @@ | |||
1 | { | ||
2 | services.ssh = { enable = true; }; | ||
3 | services.ssh.port = 23; | ||
4 | } | ||