diff options
| -rw-r--r-- | wiki/Configuration:-Overview.md | 5 |
1 files 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 { } ``` -<!-- no-test --> -```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: -<!-- no-test --> +<!-- NOTE: this may break in the future --> ```kdl output "eDP-1" { // ... |
