You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
The declaration of Steps as written is only possible if we can constrain a #Scenario name in some way (shown with XYZ here) to be any string that is not a valid #LangCode.
Describe the solution you'd like
Potentially something like:
not(or(#LangCode))
Describe alternatives you've considered
A negative specification using _|_ does work:
Scenarios: [#LangCode]: _|_
However, it leads to more misleading error messages.
Additional context
The text was updated successfully, but these errors were encountered:
Noting an offline conversation with @mpvl and @rogpeppe
Is your feature request related to a problem? Please describe.
Consider:
The declaration of
Steps
as written is only possible if we can constrain a#Scenario
name in some way (shown withXYZ
here) to be anystring
that is not a valid#LangCode
.Describe the solution you'd like
Potentially something like:
Describe alternatives you've considered
A negative specification using
_|_
does work:However, it leads to more misleading error messages.
Additional context
The text was updated successfully, but these errors were encountered: