File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -306,8 +306,8 @@ can contain options that affect the precision of string matching:
306
306
307
307
Before running any matching logic against text in the DOM, ` DOM Testing Library `
308
308
automatically normalizes that text. By default, normalization consists of
309
- trimming whitespace from the start and end of text, and collapsing multiple
310
- adjacent whitespace characters into a single space.
309
+ trimming whitespace from the start and end of text, and ** collapsing multiple
310
+ adjacent whitespace characters within the string into a single space** .
311
311
312
312
If you want to prevent that normalization, or provide alternative normalization
313
313
(e.g. to remove Unicode control characters), you can provide a ` normalizer `
You can’t perform that action at this time.
0 commit comments