mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 16:48:26 -05:00
Faker can generate test containing `...` which will get converted to `…` by `PrettyText`, it means that we can't use the input to check the output. This commit simply normalise the generated text to ensure this part of the input is not modified.