From 926451c8bee7126b047e8fcf8c7e3f87c43755f7 Mon Sep 17 00:00:00 2001 From: Suyashtnt Date: Mon, 8 Jul 2024 18:09:36 +0200 Subject: [PATCH] wiki: update no-test comments in wiki Signed-off-by: Suyashtnt --- wiki/Configuration:-Overview.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wiki/Configuration:-Overview.md b/wiki/Configuration:-Overview.md index 5f3787e2..eedcc560 100644 --- a/wiki/Configuration:-Overview.md +++ b/wiki/Configuration:-Overview.md @@ -90,8 +90,7 @@ input { } ``` - -```kdl +```kdl,must-fail // This is NOT valid: input section appears twice. input { keyboard { @@ -108,7 +107,7 @@ input { Exceptions are, for example, sections that configure different devices by name: - + ```kdl output "eDP-1" { // ...