1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:57:36 +00:00

LibWeb: Add test for week_number_of_the_last_day microsyntax

This commit is contained in:
stelar7 2023-12-11 15:37:26 +01:00 committed by Andrew Kaster
parent 479c48643e
commit dd391d5e8c
2 changed files with 25 additions and 0 deletions

View file

@ -2,6 +2,7 @@ set(TEST_SOURCES
TestCSSIDSpeed.cpp
TestCSSPixels.cpp
TestHTMLTokenizer.cpp
TestMicrosyntax.cpp
TestMimeSniff.cpp
TestNumbers.cpp
)