aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-dup-attrs-4.err.exp
blob: c98a8f8d0a9ce37fbfd2e1235dda91f5f1c6baf8 (plain)
1
2
3
4
5
6
error: attribute 'services.ssh.port' already defined at «stdin»:2:3
       at «stdin»:3:3:
            2|   services.ssh.port = 22;
            3|   services.ssh.port = 23;
             |   ^
            4| }