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:
306306
307307Before running any matching logic against text in the DOM, ` DOM Testing Library `
308308automatically 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** .
311311
312312If you want to prevent that normalization, or provide alternative normalization
313313(e.g. to remove Unicode control characters), you can provide a ` normalizer `
You can’t perform that action at this time.
0 commit comments