Unit-testing of kiwix::Suggestions

The new unit test fails because of a buggy mishandling of backslashes
in suggestions. The fix is coming next.
This commit is contained in:
Veloman Yunkan
2022-11-10 17:21:30 +04:00
parent 0f0ae1cfed
commit c727de6591
2 changed files with 175 additions and 0 deletions

View File

@ -4,6 +4,7 @@ tests = [
'tagParsing',
'stringTools',
'pathTools',
'otherTools',
'kiwixserve',
'book',
'manager',