@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update unit test of InterpreterBlockRule for "a {{{a}}}"

Summary:
This is supposed to render in plain text instead of crashing or giving an error, after D25415:

a {{{a}}}

The related unit test is updated accordingly.

We have unnoticed this, because of the well-known bug T15500.

Ref T15372
See D25415

Test Plan:
This makes sense with the introduced functionality in D25415.

Unit tests are happy again.

Reviewers: O1 Blessed Committers, avivey

Reviewed By: O1 Blessed Committers, avivey

Subscribers: tobiaswiese, Matthew, Cigaryno

Maniphest Tasks: T15372

Differential Revision: https://we.phorge.it/D25559

+2 -6
+2 -6
src/infrastructure/markup/remarkup/__tests__/remarkup/interpreter-test.txt
··· 30 30 Content: (content) 31 31 Argv: (x=y) 32 32 33 - 34 - 35 - <div class="remarkup-interpreter-error">No interpreter found: phutil_fake_test_block_interpreter</div> 33 + <p>phutil_fake_test_block_interpreter {{{ content }}}</p> 36 34 ~~~~~~~~~~ 37 35 Content: (content) 38 36 Argv: (foo=bar) ··· 53 51 Content: (content) 54 52 Argv: (x=y) 55 53 56 - 57 - 58 - (No interpreter found: phutil_fake_test_block_interpreter) 54 + phutil_fake_test_block_interpreter {{{ content }}}