Lidarr/src/NzbDrone.Core.Test/ParserTests
Daniel Underwood 116d3d22bb Fixed: Escape regex in ParseAlbumWithSearchCriteria (#244)
* Add regex escape to fix #231

* Add escape to artist name

* Fix test case

* Use single album parameter and add test cases

* Add artist test cases

* Add qualities to release titles

* Create albums in ParserFixture

* Added missing case in QualityParser. Handle escaping regex better for artists/albums that are just symbols.

* Removed custom code to escape slashes. Enhanced regex to support more test cases.

* Fixed Regex for other test cases.

* Small enhancements to code. Removed log statement.

* Tweaked one of my regex to account for not stripping ? from SimpleTitleRegex.
2018-04-21 09:40:23 -04:00
..
ParsingServiceTests Parser Enhancements (#291) 2018-04-13 06:30:56 -05:00
ArtistTitleInfoFixture.cs Fixed: Cleanup 11 more tests 2017-12-30 01:09:10 -05:00
CrapParserFixture.cs Remove Remaining TV Code 2017-10-18 21:42:57 -04:00
ExtendedQualityParserRegex.cs Extend Qualities and Setup Default Groups (#127) 2017-11-20 19:20:21 -05:00
HashedReleaseFixture.cs Fixed: QueueSpecificationFixture Tests and Misc Others 2017-12-24 00:34:21 -05:00
LanguageParserFixture.cs Fixed: Some Tests, Ignore failing Unit Tests that are not implemented. 2018-04-07 01:22:14 -04:00
MusicParserFixture.cs Re-enable unit tests in appveyor (#159) 2017-12-21 23:00:16 -05:00
NormalizeTitleFixture.cs Cleanup Sonarr Regexes from Parser.cs 2017-11-01 21:23:29 -04:00
ParserFixture.cs Fixed: Escape regex in ParseAlbumWithSearchCriteria (#244) 2018-04-21 09:40:23 -04:00
PathParserFixture.cs Remove Remaining TV Code 2017-10-18 21:42:57 -04:00
QualityParserFixture.cs Fixed: Quality Parsing for VBR Fails in many cases 2018-03-25 23:08:05 -04:00
ReleaseGroupParserFixture.cs Fixed: Remove xpost suffix from release groups 2018-02-09 23:23:27 -05:00
SeasonParserFixture.cs Remove Remaining TV Code 2017-10-18 21:42:57 -04:00