From 8734026b55c298b5e0aaf89e86da2570bd30a8d9 Mon Sep 17 00:00:00 2001 From: Sander Ruitenbeek Date: Tue, 25 Nov 2025 16:26:53 +0100 Subject: [PATCH] docs: remove duplicate lines --- docs/gossfile.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/gossfile.md b/docs/gossfile.md index a463c2ce..8bfc9768 100644 --- a/docs/gossfile.md +++ b/docs/gossfile.md @@ -749,12 +749,7 @@ These will convert the system attribute to a string prior to matching. * `have-suffix: suf` - Checks if string ends with "suf" * `match-regexp: '.*'` - Checks if string matches regexp * `contain-substring: '2'` - Checks if string contains "2" - * `'55'` - Checks that the numeric is "55" when converted to string -* `have-prefix: pre` - Checks if string starts with "pre" -* `have-suffix: suf` - Checks if string ends with "suf" -* `match-regexp: '.*'` - Checks if string matches regexp -* `contain-substring: '2'` - Checks if string contains "2" !!! example ```yaml