aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/parse-fail-dup-attrs-4.err.exp
blob: c98a8f8d0a9ce37fbfd2e1235dda91f5f1c6baf8 (about) (plain) (blame)
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| }