mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-11 13:09:46 +00:00
Implement mime_split.
It will be used to detect received content types.
This commit is contained in:
parent
eef10a3d5e
commit
ea55602f6b
6 changed files with 224 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <utility>
|
||||
#include <ciso646>
|
||||
|
||||
TEST_CASE ("Test parsing an ini text", "[ini]") {
|
||||
TEST_CASE ("Test parsing an ini text", "[ini][parser]") {
|
||||
using tawashi::IniFile;
|
||||
|
||||
//empty data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue