1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-06 15:09:59 +00:00

Fix calculations and add a test for the html escaping code.

This commit is contained in:
King_DuckZ 2017-06-19 18:08:34 +01:00
commit 6bee1af080
3 changed files with 76 additions and 10 deletions

View file

@ -16,6 +16,7 @@ add_executable(${PROJECT_NAME}
../data/UTF-8-test.txt.c
test_invalid_utf8_get.cpp
test_mime_split.cpp
test_html_escape.cpp
)
target_include_directories(${PROJECT_NAME}