Searched hist:d379b73752b2756b087fd1c1c0e5886f260e6761 (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/_test/tests/Parsing/Markdown/ |
| H A D | GfmSpecTest.php | d379b73752b2756b087fd1c1c0e5886f260e6761 Tue May 05 09:11:52 UTC 2026 Andreas Gohr <andi@splitbrain.org> GfmSpecTest: neutralize DW typography for spec roundtrip
Force $conf[typography] = 0 in renderMarkdown() so the Quotes and MultiplyEntity modes are not loaded, override entity() in SpecCompatRenderer to emit the original match instead of the typographic glyph, and switch _xmlEntities() from ENT_QUOTES to ENT_COMPAT so `'` stays literal in body text while `"` is still escaped to ". Drops three skip entries (#308, #310, #353) that existed only to paper over the same divergence and unblocks #16, #25 and #670.
|
| H A D | SpecCompatRenderer.php | d379b73752b2756b087fd1c1c0e5886f260e6761 Tue May 05 09:11:52 UTC 2026 Andreas Gohr <andi@splitbrain.org> GfmSpecTest: neutralize DW typography for spec roundtrip
Force $conf[typography] = 0 in renderMarkdown() so the Quotes and MultiplyEntity modes are not loaded, override entity() in SpecCompatRenderer to emit the original match instead of the typographic glyph, and switch _xmlEntities() from ENT_QUOTES to ENT_COMPAT so `'` stays literal in body text while `"` is still escaped to ". Drops three skip entries (#308, #310, #353) that existed only to paper over the same divergence and unblocks #16, #25 and #670.
|
| /dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/ |
| H A D | skip.php | d379b73752b2756b087fd1c1c0e5886f260e6761 Tue May 05 09:11:52 UTC 2026 Andreas Gohr <andi@splitbrain.org> GfmSpecTest: neutralize DW typography for spec roundtrip
Force $conf[typography] = 0 in renderMarkdown() so the Quotes and MultiplyEntity modes are not loaded, override entity() in SpecCompatRenderer to emit the original match instead of the typographic glyph, and switch _xmlEntities() from ENT_QUOTES to ENT_COMPAT so `'` stays literal in body text while `"` is still escaped to ". Drops three skip entries (#308, #310, #353) that existed only to paper over the same divergence and unblocks #16, #25 and #670.
|