Skip to content

Commit 6cb0af9

Browse files
aslakhellesoycharlierudolph
authored andcommitted
docs: fix tag expression migration guide (#691)
1 parent 02a590a commit 6cb0af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
* `--tags <EXPRESSION>` now uses [cucumber-tag-expressions](https://docs.cucumber.io/tag-expressions/). It is no longer repeatable and new values will override previous
3636
* `--tags @dev` stays the same
3737
* `--tags ~@dev` becomes `--tags 'not @dev'`
38-
* `--tags @foo,@bar` becomes `--tags '@foo and @bar'`
39-
* `--tags @foo --tags @bar` becomes `--tags '@foo or bar'`
38+
* `--tags @foo,@bar` becomes `--tags '@foo or @bar'`
39+
* `--tags @foo --tags @bar` becomes `--tags '@foo and bar'`
4040
* Internals
4141
* complete rewrite using ES2015 and promises
4242
* JSON Formatter

0 commit comments

Comments
 (0)