aboutsummaryrefslogtreecommitdiff
path: root/tests/lang/parse-fail-dup-attrs-4.err.exp
blob: ff68446a1a8659a1726012c804a92452940cef9f (plain)
1
2
3
4
5
6
7
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;
             |   ^