aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-dup-attrs-4.err.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/lang/parse-fail-dup-attrs-4.err.exp')
-rw-r--r--tests/functional/lang/parse-fail-dup-attrs-4.err.exp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/functional/lang/parse-fail-dup-attrs-4.err.exp b/tests/functional/lang/parse-fail-dup-attrs-4.err.exp
new file mode 100644
index 000000000..ff68446a1
--- /dev/null
+++ b/tests/functional/lang/parse-fail-dup-attrs-4.err.exp
@@ -0,0 +1,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;
+ | ^