File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
documentation/src/docs/asciidoc/user-guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1011,13 +1011,13 @@ expressions can be useful.
10111011| `+++catalog \| shipping+++`
10121012| all tests for *catalog* plus all tests for *shipping*
10131013
1014- | `+++catalog & shipping+++`
1014+ | `+++catalog & shipping+++`
10151015| all tests for the intersection between *catalog* and *shipping*
10161016
1017- | `+++product & !end-to-end+++`
1017+ | `+++product & !end-to-end+++`
10181018| all tests for *product*, but not the _end-to-end_ tests
10191019
1020- | `+++(micro \| integration) & (product \| shipping)+++`
1020+ | `+++(micro \| integration) & (product \| shipping)+++`
10211021| all _micro_ or _integration_ tests for *product* or *shipping*
10221022|===
10231023
You can’t perform that action at this time.
0 commit comments