From 29ab7f75948993cc946de000fbe0eae82aa047df Mon Sep 17 00:00:00 2001 From: santiagosayshey Date: Sun, 8 Dec 2024 10:22:27 +1050 Subject: [PATCH] test(regex): add initial x265 tests --- regex_patterns/x265.yml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/regex_patterns/x265.yml b/regex_patterns/x265.yml index d403eb0..4a598b5 100644 --- a/regex_patterns/x265.yml +++ b/regex_patterns/x265.yml @@ -3,4 +3,30 @@ pattern: ^(?!.*(?i:remux)).*([x]\s?(\.?265)) description: 'An open source encoder that produces H.265 videos. ' tags: - Encoder -tests: [] +- Codec +tests: +- expected: true + id: 1 + input: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 SDR AAC 2.0 English - + r00t QxR) + lastRun: '2024-12-07T00:23:36.965771' + matchSpan: + end: 51 + start: 0 + matchedContent: Aqua Teen Hunger Force (2000) S00E13 (480p DVD x265 + matchedGroups: + - x265 + - '265' + passes: true +- expected: true + id: 2 + input: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265-BHDStudio + lastRun: '2024-12-07T00:23:36.965771' + matchSpan: + end: 58 + start: 0 + matchedContent: Planet Earth II S01 REPACK UHD BluRay 2160p DD5.1 HDR x265 + matchedGroups: + - x265 + - '265' + passes: true