<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in GfmHtmlEntityTest.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>eb15e634e1400f6c4d78f5fb40179ca25f41574d - extract Helpers\HtmlEntity, wire into GfmCode and GfmLink URL slot</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/Parsing/ParserMode/GfmHtmlEntityTest.php#eb15e634e1400f6c4d78f5fb40179ca25f41574d</link>
        <description>extract Helpers\HtmlEntity, wire into GfmCode and GfmLink URL slotNumeric and named HTML entity decoding moves out of GfmHtmlEntity intoa pure helper, so capture-by-regex modes can apply the same decodepost-extraction (the inline lexer never reaches their bodies). Mirrorsthe Helpers\Escape pattern.Wired up in two slots:  - GfmCode info string: f&amp;ouml;&amp;ouml; now decodes to f&#246;&#246; in the    language class. Clears spec example #330.  - GfmLink URL: GfmLink::extractUrl() decodes entities. URL pattern    extends from `[^)\n]+` to `(?:\\.|[^)\n])+` so an escaped \) no    longer terminates the URL early; the existing post-classify    Escape::unescapeBackslashes call strips the backslashes after    Link::classify has done its work. Clears #504, #506, #508.Skip #328 with a self-contained title-slot reason: the URL side nowdecodes correctly, but the title attribute is still discarded(DokuWiki link instructions have no title slot).

            List of files:
            /dokuwiki/_test/tests/Parsing/ParserMode/GfmHtmlEntityTest.php</description>
        <pubDate>Mon, 04 May 2026 13:00:28 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d20858669cbb910f566e0b7d1ba9da293d1b794e - extend GfmNumericEntity to HTML5 named entities, rename to GfmHtmlEntity</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/Parsing/ParserMode/GfmHtmlEntityTest.php#d20858669cbb910f566e0b7d1ba9da293d1b794e</link>
        <description>extend GfmNumericEntity to HTML5 named entities, rename to GfmHtmlEntityNumeric refs are still decoded explicitly: PHP&apos;s html_entity_decodereturns the input unchanged for U+0000, surrogates, U+10FFFF, andBMP noncharacters where CommonMark requires U+FFFD or the literalcodepoint. Named refs delegate to html_entity_decode with ENT_HTML5,which carries the full HTML5 named-entity table (including multi-codepoint decodes like &amp;ngE; -&gt; U+2267 + U+0338).Unknown names stay literal: the original &amp;xxx; passes through ascdata and the renderer&apos;s &amp;-escaping turns it into &amp;amp;xxx;.

            List of files:
            /dokuwiki/_test/tests/Parsing/ParserMode/GfmHtmlEntityTest.php</description>
        <pubDate>Mon, 04 May 2026 12:22:32 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
