-
- Downloads
messageparser: fix link recognition
The attempted fix in commit 65d3befa was based on the incorrect assumption that md4c systematically fails to detect links that contain at least one +, - or _. This commit removes the postprocessing step added in 65d3befa and instead patches md4c to directly fix its link recognition algorithm. GitLab: #1903 GitLab: #1964 Change-Id: Ic1d6302e3250390af66611a16715a6397578abb5
Showing
- .gitmodules 1 addition, 1 deletion.gitmodules
- 3rdparty/md4c 1 addition, 1 deletion3rdparty/md4c
- src/app/messageparser.cpp 0 additions, 33 deletionssrc/app/messageparser.cpp
- src/app/messageparser.h 0 additions, 3 deletionssrc/app/messageparser.h
- tests/unittests/messageparser_unittest.cpp 41 additions, 23 deletionstests/unittests/messageparser_unittest.cpp
Loading
Please register or sign in to comment