When testing extractors, the example message is rendered in a <span>, which collapses whitespace.
This can confuse users when the real message has more whitespace and they get match errors.
Example:
If the message is
Wrote 2 records
, it is displayed as Wrote 2 records.
(Notice how I used the exact same tags here to produce the same effect).
When testing extractors, the example message is rendered in a
<span>
, which collapses whitespace. This can confuse users when the real message has more whitespace and they get match errors.Example: If the message is
, it is displayed as Wrote 2 records. (Notice how I used the exact same tags here to produce the same effect).