[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)
_mention tests to latest format versions (#2772)
* Tests: Pin (some)
_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
_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
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
* Tests: Pin (some)
![[profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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]](https://www.dreamwidth.org/img/silk/identity/user.png)
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