ladybird/AK/Tests
Sergey Bugaev 5d3696174b AK: Add a Utf8View type for iterating over UTF-8 codepoints
Utf8View wraps a StringView and implements begin() and end() that
return a Utf8CodepointIterator, which parses UTF-8-encoded Unicode
codepoints and returns them as 32-bit integers.

This is the first step towards supporting emojis in Serenity ^)
https://github.com/SerenityOS/serenity/issues/490
2019-08-28 13:46:02 +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: Make FileSystemPath better at handling relative paths 2019-08-23 19:58:16 +02:00
TestFixedArray.cpp AK: Add a FixedArray<T> container 2019-08-07 20:05:36 +02:00
TestHashMap.cpp AK: Make it possible to use HashMap<K, NonnullOwnPtr>::get() 2019-08-14 11:47:38 +02:00
TestJSON.cpp JsonParser: "" is an empty string, not a null value 2019-08-14 15:01:42 +02:00
TestNonnullRefPtr.cpp AK: Fix ref leak in NonnullRefPtr::operator=(T&). 2019-08-02 11:35:05 +02:00
TestOptional.cpp AK: Fix leak in Optional(Optional&&) 2019-08-05 22:27:47 +02:00
TestQueue.cpp TestSuite: Hijack the ASSERT macros during unit tests. 2019-08-02 09:23:03 +02:00
TestRefPtr.cpp AK: Fix ref leaks in RefPtr assignment operators. 2019-08-02 11:56:55 +02:00
TestString.cpp TestSuite: Hijack the ASSERT macros during unit tests. 2019-08-02 09:23:03 +02:00
TestStringView.cpp StringView: Add StringView::operator==(StringView) 2019-08-15 14:09:27 +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 OwnPtr: Add a way to turn an OwnPtr into a NonnullOwnPtr 2019-08-14 11:04:19 +02:00
TestWeakPtr.cpp AK: Fix typo in the WeakPtr test. Behavior was actually correct. 2019-08-02 09:21:42 +02:00