mirror of
https://github.com/discourse/discourse.git
synced 2025-03-07 10:55:43 +08: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.