wiki: update no-test comments in wiki

Signed-off-by: Suyashtnt <suyashtnt@gmail.com>
This commit is contained in:
Suyashtnt
2024-07-08 18:09:36 +02:00
committed by Ivan Molodetskikh
parent 7b3bef124d
commit 926451c8be
+2 -3
View File
@@ -90,8 +90,7 @@ input {
} }
``` ```
<!-- no-test --> ```kdl,must-fail
```kdl
// This is NOT valid: input section appears twice. // This is NOT valid: input section appears twice.
input { input {
keyboard { keyboard {
@@ -108,7 +107,7 @@ input {
Exceptions are, for example, sections that configure different devices by name: Exceptions are, for example, sections that configure different devices by name:
<!-- no-test --> <!-- NOTE: this may break in the future -->
```kdl ```kdl
output "eDP-1" { output "eDP-1" {
// ... // ...