aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuyashtnt <suyashtnt@gmail.com>2024-07-08 18:09:36 +0200
committerIvan Molodetskikh <yalterz@gmail.com>2024-07-08 19:43:07 +0300
commit926451c8bee7126b047e8fcf8c7e3f87c43755f7 (patch)
treee6bab98467e6bfb5b74b2ab6c74f830435e76e13
parent7b3bef124d85dccb3ebe21cc1a3dda45eafa0d78 (diff)
downloadniri-926451c8bee7126b047e8fcf8c7e3f87c43755f7.tar.gz
niri-926451c8bee7126b047e8fcf8c7e3f87c43755f7.tar.bz2
niri-926451c8bee7126b047e8fcf8c7e3f87c43755f7.zip
wiki: update no-test comments in wiki
Signed-off-by: Suyashtnt <suyashtnt@gmail.com>
-rw-r--r--wiki/Configuration:-Overview.md5
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" {
// ...