ladybird/AK/Tests
Andreas Kling 09e89cc55d Revert "AK: Made Strings reversible"
This reverts commit 26e81ad574.

We forgot to consider UTF-8 here. String is UTF-8 and we need to be
careful about things like this.
2019-09-13 14:37:25 +02:00
..
4chan_catalog.json AK: Add a benchmark for parsing 4chan catalog JSON 2019-08-04 11:57:32 +02:00
Makefile AK: Add a Utf8View type for iterating over UTF-8 codepoints 2019-08-28 13:46:02 +02:00
TestFileSystemPath.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TestFixedArray.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TestHashMap.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TestJSON.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TestNonnullRefPtr.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TestOptional.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TestQueue.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TestRefPtr.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TestString.cpp Revert "AK: Made Strings reversible" 2019-09-13 14:37:25 +02:00
TestStringView.cpp TestStringView: Add test for starts_with 2019-09-13 09:22:30 +02:00
TestURL.cpp AK: Add a basic URL class to help us handle URL's 2019-08-10 17:30:35 +02:00
TestUtf8.cpp AK: Add a Utf8View type for iterating over UTF-8 codepoints 2019-08-28 13:46:02 +02:00
TestVector.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
TestWeakPtr.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00