Package: php-league-commonmark / 2.7.1-1

Metadata

Package Version Patches format
php-league-commonmark 2.7.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip tests relying on packages unavailable in Debian.patch | (download)

tests/functional/CMarkRegressionTest.php | 2 2 + 0 - 0 !
tests/functional/Extension/GithubFlavoredMarkdownExtensionTest.php | 2 2 + 0 - 0 !
tests/functional/Extension/SmartPunct/SmartPunctFunctionalTest.php | 2 2 + 0 - 0 !
tests/functional/SpecTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParserTest.php | 2 2 + 0 - 0 !
5 files changed, 10 insertions(+)

 skip tests relying on packages unavailable in debian


0002 Drop tests breaking under PHPUnit 11.patch | (download)

tests/functional/CMarkRegressionTest.php | 41 0 + 41 - 0 !
tests/functional/CommonMarkJSRegressionTest.php | 30 0 + 30 - 0 !
tests/functional/Extension/GithubFlavoredMarkdownExtensionTest.php | 43 0 + 43 - 0 !
tests/functional/Extension/SmartPunct/SmartPunctFunctionalTest.php | 56 0 + 56 - 0 !
tests/functional/SpecTest.php | 32 0 + 32 - 0 !
tests/unit/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParserTest.php | 26 0 + 26 - 0 !
6 files changed, 228 deletions(-)

 drop tests breaking under phpunit 11


0003 Modernize PHPUnit syntax.patch | (download)

tests/functional/AbstractLocalDataTestCase.php | 4 2 + 2 - 0 !
tests/functional/AbstractSpecTestCase.php | 4 2 + 2 - 0 !
tests/functional/Delimiter/DelimiterProcessingTest.php | 5 2 + 3 - 0 !
tests/functional/Extension/Autolink/EmailAutolinkParserTest.php | 5 2 + 3 - 0 !
tests/functional/Extension/Autolink/UrlAutolinkParserTest.php | 9 3 + 6 - 0 !
tests/functional/Extension/CommonMark/CommonMarkCoreExtensionTest.php | 4 2 + 2 - 0 !
tests/functional/Extension/DefaultAttributes/DefaultAttributesExtensionTest.php | 4 2 + 2 - 0 !
tests/functional/Extension/ExternalLink/ExternalLinkExtensionTest.php | 5 2 + 3 - 0 !
tests/functional/Extension/Footnote/FootnoteExtensionTest.php | 8 3 + 5 - 0 !
tests/functional/Extension/FrontMatterExtension/FrontMatterExtensionTest.php | 25 7 + 18 - 0 !
tests/functional/Extension/HeadingPermalink/HeadingPermalinkExtensionTest.php | 9 3 + 6 - 0 !
tests/functional/Extension/InlinesOnly/InlinesOnlyFunctionalTest.php | 4 2 + 2 - 0 !
tests/functional/Extension/Strikethrough/StrikethroughExtensionTest.php | 5 2 + 3 - 0 !
tests/functional/MaxDelimitersPerLineTest.php | 5 2 + 3 - 0 !
tests/unit/Delimiter/DelimiterProcessorCollectionTest.php | 3 3 + 0 - 0 !
tests/unit/Extension/Attributes/Util/AttributesHelperTest.php | 10 4 + 6 - 0 !
tests/unit/Extension/CommonMark/Node/Inline/AbstractWebResourceTest.php | 3 3 + 0 - 0 !
tests/unit/Extension/CommonMark/Parser/Inline/BacktickParserTest.php | 5 2 + 3 - 0 !
tests/unit/Extension/CommonMark/Renderer/Block/BlockQuoteRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Block/FencedCodeRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Block/HeadingRendererTest.php | 7 4 + 3 - 0 !
tests/unit/Extension/CommonMark/Renderer/Block/HtmlBlockRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Block/IndentedCodeRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Block/ListBlockRendererTest.php | 6 4 + 2 - 0 !
tests/unit/Extension/CommonMark/Renderer/Block/ListItemRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Block/ThematicBreakRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Inline/CodeRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Inline/EmphasisRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Inline/HtmlInlineRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Inline/ImageRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Inline/LinkRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/CommonMark/Renderer/Inline/StrongRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/DescriptionList/Renderer/DescriptionListRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/DescriptionList/Renderer/DescriptionRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/DescriptionList/Renderer/DescriptionTermRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/DisallowedRawHtml/DisallowedRawHtmlRendererTest.php | 9 3 + 6 - 0 !
tests/unit/Extension/Embed/EmbedParserTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/Embed/EmbedProcessorTest.php | 3 3 + 0 - 0 !
tests/unit/Extension/Embed/EmbedRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Extension/ExternalLink/ExternalLinkProcessorTest.php | 8 3 + 5 - 0 !
tests/unit/Extension/FrontMatter/Data/SymfonyYamlFrontMatterParserTest.php | 4 2 + 2 - 0 !
tests/unit/Extension/SmartPunct/ReplaceUnpairedQuotesListenerTest.php | 4 2 + 2 - 0 !
tests/unit/Extension/TaskList/TaskListItemMarkerRendererTest.php | 4 4 + 0 - 0 !
tests/unit/Node/Block/AbstractBlockTest.php | 5 5 + 0 - 0 !
tests/unit/Normalizer/SlugNormalizerTest.php | 9 3 + 6 - 0 !
tests/unit/Normalizer/TextNormalizerTest.php | 5 2 + 3 - 0 !
tests/unit/Parser/CursorTest.php | 60 16 + 44 - 0 !
tests/unit/Parser/Inline/InlineParserMatchTest.php | 5 2 + 3 - 0 !
tests/unit/Reference/ReferenceMapTest.php | 5 2 + 3 - 0 !
tests/unit/Renderer/Block/DocumentRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Renderer/Block/HtmlDecoratorTest.php | 2 2 + 0 - 0 !
tests/unit/Renderer/Block/ParagraphRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Renderer/Inline/NewlineRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Renderer/Inline/TextRendererTest.php | 2 2 + 0 - 0 !
tests/unit/Util/Html5EntityDecoderTest.php | 5 2 + 3 - 0 !
tests/unit/Util/LinkParserHelperTest.php | 9 3 + 6 - 0 !
tests/unit/Util/RegexHelperTest.php | 17 5 + 12 - 0 !
tests/unit/Util/UrlEncoderTest.php | 5 2 + 3 - 0 !
tests/unit/Util/XmlTest.php | 5 2 + 3 - 0 !
59 files changed, 161 insertions(+), 175 deletions(-)

 modernize phpunit syntax