Skip to content

Commit 4d650f1

Browse files
authored
Fix HTML entity warnings (#5131)
1 parent 3636301 commit 4d650f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/src/docs/asciidoc/user-guide/running-tests.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)