diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-21 00:54:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-21 00:54:07 +0900 |
| commit | f375673ef91a67777419eec909470c69e3f88a9b (patch) | |
| tree | 37c423244f66607e587c97ba813c1ecaf7ad8650 /crates/shirabe/tests/package/version/mod.rs | |
| parent | c396d54f0302658304aa924a85b470f02d348182 (diff) | |
| download | php-shirabe-f375673ef91a67777419eec909470c69e3f88a9b.tar.gz php-shirabe-f375673ef91a67777419eec909470c69e3f88a9b.tar.zst php-shirabe-f375673ef91a67777419eec909470c69e3f88a9b.zip | |
test(package): port VersionParserTest
Both testParseNameVersionPairs (lookbehind/lookahead pattern unsupported by the
regex crate) and testIsUpgrade (reaches a todo!() in the php-shim) are marked
#[ignore].
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/package/version/mod.rs')
| -rw-r--r-- | crates/shirabe/tests/package/version/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/tests/package/version/mod.rs b/crates/shirabe/tests/package/version/mod.rs new file mode 100644 index 0000000..e0afb86 --- /dev/null +++ b/crates/shirabe/tests/package/version/mod.rs @@ -0,0 +1 @@ +mod version_parser_test; |
