1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 01:51:03 +09:00
ladybird/Tests/LibUnicode
mikiubo 8ec72d6906 LibUnicode: Avoid rejecting end-of-text position as a valid boundary
When the cursor was positioned at the end of text,
attempting to move it left(using the left arrow key)
would fail because align_boundary() was rejecting
the end-of-text position as a valid boundary.
2025-04-11 15:30:17 -04:00
..
CMakeLists.txt LibUnicode: Remove unused emoji support methods 2024-09-06 15:42:33 -04:00
TestDisplayNames.cpp LibWeb+LibJS+Tests: Fix typos - act I 2025-04-07 11:22:13 +01:00
TestIDNA.cpp LibUnicode: Add IDNA::to_ascii 2023-12-10 08:04:58 -05:00
TestLocale.cpp LibUnicode+Everywhere: Merge LibLocale back into LibUnicode 2024-06-23 19:52:45 +02:00
TestSegmenter.cpp LibUnicode: Avoid rejecting end-of-text position as a valid boundary 2025-04-11 15:30:17 -04:00
TestTimeZone.cpp LibUnicode: Cache the system time zone 2024-08-25 09:47:42 +02:00
TestUnicodeCharacterTypes.cpp Tests: Remove duplicated test for UnicodeCharacterTypes 2024-11-06 09:22:44 +00:00
TestUnicodeNormalization.cpp LibUnicode+LibJS: Stop propagating small OOM errors from normalization 2023-09-09 13:03:25 -04:00