From b02da675a0ea1e9c7349be2241bd317eb51c98d4 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 02:54:58 +0900 Subject: 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) --- crates/shirabe/tests/platform/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/shirabe/tests/platform/main.rs') 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; -- cgit v1.3.1