mozilla / sumo

Project management board for SUMO and Community properties.
Mozilla Public License 2.0
14 stars 5 forks source link

Fix a unicode issue with tests #1979

Closed smithellis closed 2 months ago

smithellis commented 2 months ago

https://github.com/mozilla/kitsune/pull/6235

Failing test: wiki/tests/test_parser/TestWikiVideo/test_video_not_exist

Fix: In returned doc.text, replace unicode non-breaking-space ( \xa0 ) with a regular space