diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 14:50:26 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-26 00:19:42 +0900 |
| commit | 230319ae3db47ed9c35dc7faa733a84f9ce87ff9 (patch) | |
| tree | c6dafdf30946048112e1a7e75799ab442616a53a /crates/shirabe/tests/json | |
| parent | 9c6f614aa6ddb5d91340e34b0136be6a14712d63 (diff) | |
| download | php-shirabe-230319ae3db47ed9c35dc7faa733a84f9ce87ff9.tar.gz php-shirabe-230319ae3db47ed9c35dc7faa733a84f9ce87ff9.tar.zst php-shirabe-230319ae3db47ed9c35dc7faa733a84f9ce87ff9.zip | |
test: un-ignore tests unblocked by zip/spdx/jsonlint/stream impls
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/json')
| -rw-r--r-- | crates/shirabe/tests/json/json_file_test.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/shirabe/tests/json/json_file_test.rs b/crates/shirabe/tests/json/json_file_test.rs index aea34ba..cd4445c 100644 --- a/crates/shirabe/tests/json/json_file_test.rs +++ b/crates/shirabe/tests/json/json_file_test.rs @@ -503,7 +503,6 @@ fn test_composer_lock_file_merge_conflict_simple_crlf() { } #[test] -#[ignore] fn test_composer_lock_file_merge_conflict_complex() { // complex files have multiple conflict markers and can thus not be simply resolved let data = @@ -514,7 +513,6 @@ fn test_composer_lock_file_merge_conflict_complex() { } #[test] -#[ignore] fn test_composer_lock_file_merge_conflict_complex_crlf() { // complex files have multiple conflict markers and can thus not be simply resolved let data = std::fs::read_to_string(fixture_path( |
