1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 04:07:34 +00:00

AK: Allow printing wide characters using %ls modifier

This commit is contained in:
safarp 2022-03-20 09:53:52 +01:00 committed by Ali Mohammad Pur
parent 824cf570d3
commit 704e1d13f4
4 changed files with 84 additions and 2 deletions

View file

@ -48,6 +48,7 @@ set(AK_TEST_SOURCES
TestNonnullRefPtr.cpp
TestNumberFormat.cpp
TestOptional.cpp
TestPrint.cpp
TestQueue.cpp
TestQuickSort.cpp
TestRedBlackTree.cpp