HomeSoftware Heritage

Improve phabricator link parsing regexp

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Improve phabricator link parsing regexp

bar would be parsed as (:link "foo" "bar ") instead of the
expected (:link "foo" "bar"), because of the greedy match within the
brackets. Turning these matches to lazy matches properly trims the spaces

Details

Provenance
olasdAuthored on Oct 16 2022, 7:20 PM
olasdPushed on Oct 16 2022, 11:52 PM

Commit No Longer Exists

This commit no longer exists in the repository.