diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-21 02:54:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-21 02:54:58 +0900 |
| commit | b02da675a0ea1e9c7349be2241bd317eb51c98d4 (patch) | |
| tree | fa46d459df67e4087bcc92567dda0e68b6cfec40 /crates/shirabe/tests/platform/main.rs | |
| parent | 139045e721ff04b2e07e9fdf5bf62ed2ab6b6f4d (diff) | |
| download | php-shirabe-b02da675a0ea1e9c7349be2241bd317eb51c98d4.tar.gz php-shirabe-b02da675a0ea1e9c7349be2241bd317eb51c98d4.tar.zst php-shirabe-b02da675a0ea1e9c7349be2241bd317eb51c98d4.zip | |
test(platform): port VersionTest
Version::parse_openssl/parse_libjpeg/parse_zoneinfo_version rely on PCRE
patterns that compile_php_pattern in the php-shim cannot yet parse, so
the cases are #[ignore] while the test code compiles.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/platform/main.rs')
| -rw-r--r-- | crates/shirabe/tests/platform/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/platform/main.rs b/crates/shirabe/tests/platform/main.rs index a43e54a..ec5caf5 100644 --- a/crates/shirabe/tests/platform/main.rs +++ b/crates/shirabe/tests/platform/main.rs @@ -1 +1,2 @@ mod runtime_test; +mod version_test; |
