MyShaarli/tests/bookmark
ArthurHoaro 00d3dd91ef Fix an issue truncating extracted metadata content
Previous regex forced the selection to stop at either the first single or double quote found, regardless of the opening quote. Using '\1', we're sure to wait for the proper quote before stopping the capture.
2020-11-08 13:54:39 +01:00
..
BookmarkArrayTest.php Add strict types for bookmarks management 2020-10-13 13:50:11 +02:00
BookmarkFileServiceTest.php Raise 404 error instead of 500 if permalink access is denied 2020-10-28 13:16:18 +01:00
BookmarkFilterTest.php add search highlight unit tests 2020-10-16 20:31:49 +02:00
BookmarkInitializerTest.php Add mutex on datastore I/O operations 2020-10-13 12:38:19 +02:00
BookmarkTest.php Asynchronous retrieval of bookmark's thumbnails 2020-10-20 10:15:18 +02:00
LinkUtilsTest.php Fix an issue truncating extracted metadata content 2020-11-08 13:54:39 +01:00