Deprecate setting tags starting with a hyphen like -tag
using the [Tags]
setting
#4380
Milestone
10000
-tag
using the [Tags]
setting
#4380
We are planning to support removing globally set tags using the
-tag
syntax with the[Tags]
setting both with tests and keywords (#4374). Because it is possible that tags using this format have been used, we need to deprecate this syntax first. In practice this kind of usages will cause deprecation warnings:This change applies only to the
[Tags]
setting, so using the-tag
syntax in Settings has no special meaning and will cause no warning. It will also be possible to escape the-tag
syntax with the[Tags]
setting like\-tag
in which case the literal value-tag
will be used. Finally, if a tag is specified as a variable, the value is resolved only at the execution time and is used as-is. In practice this example would work without a warning and the test will get tags-example
,-another
and-third
:The text was updated successfully, but these errors were encountered: