[PR #3053] [MERGED] Add additional resolver tests #9331

Closed
opened 2026-02-07 06:00:20 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3053
Author: @rigtorp
Created: 5/4/2020
Status: Merged
Merged: 11/22/2020
Merged by: @joshuaboniface

Base: masterHead: video-resolver


📝 Commits (9)

  • 82ff3fa Add additional resolver tests
  • 75efb8f Use additional unicode chars for year extraction
  • d42bb51 Merge branch 'master' into video-resolver
  • 9056908 Merge remote-tracking branch 'upstream/master' into video-resolver
  • 802d37a Update Emby.Naming/Common/NamingOptions.cs
  • 20dcb7d Merge branch 'video-resolver' of github.com:rigtorp/jellyfin into video-resolver
  • 5b8e248 Merge remote-tracking branch 'upstream/master' into video-resolver
  • f512d51 Remove broken CleanDateTimes regex
  • b0be434 Revert unused change

📊 Changes

2 files changed (+9 additions, -0 deletions)

View changed files

📝 tests/Jellyfin.Naming.Tests/Video/CleanDateTimeTests.cs (+1 -0)
📝 tests/Jellyfin.Naming.Tests/Video/VideoResolverTests.cs (+8 -0)

📄 Description

Changes

Add tests to make sure the TryClean bug is never reintroduced
Match years in arabic numerals only delimited by any unicode non-word characters

Issues


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3053 **Author:** [@rigtorp](https://github.com/rigtorp) **Created:** 5/4/2020 **Status:** ✅ Merged **Merged:** 11/22/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `video-resolver` --- ### 📝 Commits (9) - [`82ff3fa`](https://github.com/jellyfin/jellyfin/commit/82ff3fa75d7da1d160ee5b774bd2238b5727d5ea) Add additional resolver tests - [`75efb8f`](https://github.com/jellyfin/jellyfin/commit/75efb8f52d4234bfdefa2a0ac48f7261aa9ef58b) Use additional unicode chars for year extraction - [`d42bb51`](https://github.com/jellyfin/jellyfin/commit/d42bb515ce3692abd9295008872c7f9d62b47652) Merge branch 'master' into video-resolver - [`9056908`](https://github.com/jellyfin/jellyfin/commit/9056908bc776a4a8b3f02c294311a24a7c38a331) Merge remote-tracking branch 'upstream/master' into video-resolver - [`802d37a`](https://github.com/jellyfin/jellyfin/commit/802d37aac5a806dac5ef7e4c64b63b64dcf30302) Update Emby.Naming/Common/NamingOptions.cs - [`20dcb7d`](https://github.com/jellyfin/jellyfin/commit/20dcb7d5c3e492a356ec64d92b2feff7badf97c7) Merge branch 'video-resolver' of github.com:rigtorp/jellyfin into video-resolver - [`5b8e248`](https://github.com/jellyfin/jellyfin/commit/5b8e248d724ff236747c25d487fd9fa0f7c9d7c3) Merge remote-tracking branch 'upstream/master' into video-resolver - [`f512d51`](https://github.com/jellyfin/jellyfin/commit/f512d5167dd317b5be24b5deb7ec7059a3d588ac) Remove broken CleanDateTimes regex - [`b0be434`](https://github.com/jellyfin/jellyfin/commit/b0be434ba66fb600244d8574ddc84e7d94b1342a) Revert unused change ### 📊 Changes **2 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `tests/Jellyfin.Naming.Tests/Video/CleanDateTimeTests.cs` (+1 -0) 📝 `tests/Jellyfin.Naming.Tests/Video/VideoResolverTests.cs` (+8 -0) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Add tests to make sure the TryClean bug is never reintroduced Match years in *arabic numerals only* delimited by any unicode non-word characters **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:00:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9331