summaryrefslogtreecommitdiff
path: root/AK/Tests/TestJSON.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-06AK: Fix test compile warningsShannon Booth
2019-12-29AK: Fix JSON parser crashing when encountering UTF-8Andreas Kling
2019-11-09HackStudio: Start fleshing out the GUI for a GUI designer :^)Andreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-14JsonParser: "" is an empty string, not a null valueAndreas Kling
2019-08-04AK: Add a benchmark for parsing 4chan catalog JSONAndreas Kling
2019-08-02TestSuite: Hijack the ASSERT macros during unit tests.Andreas Kling
2019-07-16AK: Add a new TestSuite.h from my own work, adapted to match the existing one...Robin Burchell
2019-06-29AK: Make a tiny JSON unit test based on a saved VisualBuilder form.Andreas Kling