mediawiki-extensions-Discus.../tests/cases/for-parser-cache
Bartosz Dziewoński 5a07139249 CommentFormatterTest: Avoid re-serializing the HTML
The code we're testing already produces a string of serialized HTML,
no need to parse and re-serialize it.

Also, we recently learned that the precise format matters here
(T274709), and now this test *actually* covers the fix for that bug.
Follow-up to 5b26e9664b.

As a downside, this test might now spuriously fail if the format of
the output of Parsoid's XMLSerializer changes. Hopefully that won't
happen too often.

Change-Id: I69b514f545e47dcb437fb39a83edb8e2f19ed99b
2021-03-01 21:30:28 +01:00
..
for-parser-cache-formattedreply.html CommentFormatterTest: Avoid re-serializing the HTML 2021-03-01 21:30:28 +01:00
for-parser-cache.html CommentFormatter: Fix inserting placeholder heading marker 2021-02-24 20:32:48 +01:00