ladybird/AK/Tests
howar6hill d75fa80a7b
AK: Move to_int(), to_uint() implementations to StringUtils (#1338)
Provide wrappers in String and StringView. Add some tests for the
implementations.
2020-03-02 14:19:33 +01:00
..
4chan_catalog.json AK: Add a benchmark for parsing 4chan catalog JSON 2019-08-04 11:57:32 +02:00
Makefile AK: Move the wildcard-matching implementation to StringUtils 2020-03-02 10:38:08 +01:00
TestAtomic.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestBinarySearch.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestCircularDeque.cpp AK: Add enqueue_begin() for the CircularDeque class (#1320) 2020-03-02 09:50:43 +01:00
TestCircularQueue.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestFileSystemPath.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestFixedArray.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestHashMap.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestJSON.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestNonnullRefPtr.cpp AK: Let's call decrementing reference counts "unref" instead of "deref" 2020-01-23 15:14:21 +01:00
TestOptional.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestQueue.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestRefPtr.cpp Tests: Fix a typo inTestRefPtr 2020-02-27 21:16:02 +01:00
TestString.cpp AK: Add String starts_with(char) & ends_with(char) 2020-02-15 11:40:05 +01:00
TestStringUtils.cpp AK: Move to_int(), to_uint() implementations to StringUtils (#1338) 2020-03-02 14:19:33 +01:00
TestStringView.cpp AK: Add StringView::starts_with(char) & StringView::ends_with(char) 2020-02-22 21:36:54 +01:00
TestURL.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
TestUtf8.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
TestVector.cpp AK: Teach Vector::insert() to use memmove() for trivial types 2020-01-19 12:15:43 +01:00
TestWeakPtr.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00