libkiwix/test
Matthieu Gautier 08464f23bc Better parsing of `M/Counter`
Mimetype may contain a parameters.
Then, the mimetype would be something like "text/html;foo=bar;foz=baz"

It will contains a `;` and `=` and it conflicts with the same operators
we use to separate the items in our list.

We have to use a more advanced algorithm which takes the context into
account.

Fix #416
2020-10-28 16:03:18 +01:00
..
data Renamed wikipedia_en_ray_charles_mini_2020-03.zim 2020-08-11 18:17:18 +02:00
book.cpp update book even if the members aren't empty 2020-01-27 17:50:44 +01:00
counterParsing.cpp Better parsing of `M/Counter` 2020-10-28 16:03:18 +01:00
httplib.h Introducing 1st real unit test of the server 2020-04-29 15:39:18 +04:00
kiwixserve.cpp Fix tests. 2020-01-20 17:00:18 +01:00
library.cpp Fix library test on windows. 2020-07-15 11:40:02 +02:00
manager.cpp Manager::addBookFromPathAndGetId unit test 2020-04-28 10:56:12 +02:00
meson.build Add some tests of `parseMimetypeCounter` 2020-10-28 14:44:23 +01:00
parseUrl.cpp Fix tests. 2020-01-20 17:00:18 +01:00
pathTools.cpp Add support for samba path on windows. 2020-07-15 11:40:02 +02:00
regex.cpp Fix tests. 2020-01-20 17:00:18 +01:00
server.cpp added code for status code 204 for empty return of search. 2020-08-01 01:45:42 +05:30
stringTools.cpp Better parsing of `M/Counter` 2020-10-28 16:03:18 +01:00
tagParsing.cpp Fix tests. 2020-01-20 17:00:18 +01:00