1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-25 13:09:08 +01:00
phorge-phorge/src/infrastructure/markup/remarkup
epriestley 462a478432 (stable) Fix an issue where the "%%%" parser could match too many lines in unterminated blocks
Summary: Fixes T13530. The block parser could match too many lines in an unterminated "%%%" literal block. Adjust the logic to stop doing this (and hopefully be a little easier to read).

Test Plan: Added a failing test, made it pass.

Maniphest Tasks: T13530

Differential Revision: https://secure.phabricator.com/D21208
2020-05-03 09:26:10 -07:00
..
__tests__ (stable) Fix an issue where the "%%%" parser could match too many lines in unterminated blocks 2020-05-03 09:26:10 -07:00
PhutilRemarkupEngine.php (stable) Fix an issue where the "%%%" parser could match too many lines in unterminated blocks 2020-05-03 09:26:10 -07:00