1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

Tests: Add tests for LibUnicode's normalize

This commit is contained in:
matcool 2022-10-04 19:41:56 -03:00 committed by Tim Flynn
parent 70d0c1616f
commit c8d7b0a33a
2 changed files with 95 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(TEST_SOURCES
TestUnicodeCharacterTypes.cpp
TestUnicodeNormalization.cpp
)
foreach(source IN LISTS TEST_SOURCES)