From 438653b078d3ebbcb18f07ed502f7b4406a105c5 Mon Sep 17 00:00:00 2001 From: Matthias Merdes Date: Thu, 19 Dec 2019 16:47:20 +0100 Subject: [PATCH] Describe additional behaviour in user guide. #1679 --- documentation/src/docs/asciidoc/user-guide/running-tests.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/src/docs/asciidoc/user-guide/running-tests.adoc b/documentation/src/docs/asciidoc/user-guide/running-tests.adoc index 305480f93ab1..0fa1f7bef17b 100644 --- a/documentation/src/docs/asciidoc/user-guide/running-tests.adoc +++ b/documentation/src/docs/asciidoc/user-guide/running-tests.adoc @@ -736,6 +736,7 @@ Tag expressions are boolean expressions with the operators `!`, `&` and `|`. In Two special expressions are supported, `any()` and `none()` which select all tests _with_ any tags at all, and all tests _without_ any tags, respectively. +These specials expressions may be combined with other expressions just like normal tags. .Operators (in descending order of precedence) |===