mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 13:39:36 -06:00
2bb36d72a3
I could not replicate the failure locally, but it was consistently failing on CI with: ``` Assertion Failed: it should escape watched words Expected: <img src="x">, Actual: <img src="x"> ``` This commit removes an extra space that was added originally, but I don't think it is really needed after double checking how it displays in the UI. The `x` icon and the word have sufficient spacing between them. If we need to we can tweak it in css instead. |
||
---|---|---|
.. | ||
acceptance | ||
admin | ||
components | ||
controllers | ||
ember | ||
fixtures | ||
helpers | ||
initializers | ||
lib | ||
mixins | ||
models | ||
widgets | ||
plugin_tests.js.erb | ||
test_helper.js |