🐛 fix(bdd): shouldEnableV2 wrongly matched ~@v2 as @v2 substring + new gate regression scenario #57
Reference in New Issue
Block a user
Delete Branch "fix/should-enable-v2-tag-parsing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pre-existing latent bug surfaced by the new @v2-gate BDD scenario from PR #56 follow-up. The GODOG_TAGS substring check matched negation ~@v2 as positive inclusion → greet v1 sub-test ran with v2_enabled=true silently. Fix: proper clause parsing. Adds the @v2-gate scenario as regression test.