serenity/Tests/LibCore
Timothy Flynn ee7ab5d053 LibCore: Support wildcard-skipping characters in Core::DateTime::parse
For example, LibJS will need to parse date strings of the form:

    Wed Dec 31 1969 19:00:00 GMT-0500 (Eastern Standard Time)

This string contains both the time zone offset (-05:00) and a display
name for the time zone (Eastern Standard Time). Because we will already
handle time zone adjustments when we handle the offsets, we will want to
just skip the time zone name. This patch will let us use a format string
of the form "GMT%z (%+)" to do so.
2023-11-08 09:28:17 +01:00
..
10kb.txt
CMakeLists.txt LibCore+LibTimeZone: Support time zone names in Core::DateTime::parse 2023-11-08 09:28:17 +01:00
long_lines.txt
small.txt
TestLibCoreArgsParser.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
TestLibCoreDateTime.cpp LibCore: Support wildcard-skipping characters in Core::DateTime::parse 2023-11-08 09:28:17 +01:00
TestLibCoreDeferredInvoke.cpp
TestLibCoreFilePermissionsMask.cpp Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) 2023-05-14 15:39:38 -06:00
TestLibCoreFileWatcher.cpp Tests: Re-enable TestLibCoreFileWatcher on macOS 2023-04-26 19:17:04 +01:00
TestLibCoreMappedFile.cpp LibCore: Make MappedFile a Stream 2023-09-27 03:22:56 +02:00
TestLibCorePromise.cpp LibCore: Check if a promise is already resolved in Promise::map() 2023-08-31 11:10:09 +02:00
TestLibCoreSharedSingleProducerCircularQueue.cpp Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) 2023-05-14 15:39:38 -06:00
TestLibCoreStream.cpp AK+LibCore: Make output buffered stream seekable 2023-08-12 12:25:26 -06:00