github: shadowy octopus with the head of a robot, emblazoned with the Dreamwidth swirl (Default)
github ([personal profile] github) wrote in [site community profile] changelog2020-07-16 10:34 pm

[dreamwidth/dw-free] a3fd4a: Tests: Pin (some) @-mention tests to latest format...

Branch: refs/heads/master
Home: https://github.com/dreamwidth/dw-free
Commit: a3fd4ad7bf02344877bd9f6b6bf0821da4b23082
https://github.com/dreamwidth/dw-free/commit/a3fd4ad7bf02344877bd9f6b6bf0821da4b23082
Author: Nick Fagerlund <nick.fagerlund@gmail.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)

Changed paths:
M t/cleaner-markdown.t

Log Message:
-----------
Tests: Pin (some) [profile] _mention tests to latest format versions (#2772)

* Tests: Pin (some) [profile] _mention tests to latest format versions

I just had one of my occasional visions of the future, is all.

We already have a format alias for "give me the newest Markdown" (to accommodate
email posts), so this commit updates the [profile] _mentions tests to use that by
default.

This way if we switch Markdown processors to one that deliberately eats the
escaping backslash in front of punctuation (like @), we'll get a nice early
warning that we need to tweak something in the rendering path.

* tidy