Home
last modified time | relevance | path

Searched hist:"09 f34c310b22c62a5c9b4b7c2147a44baa6fdc6b" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/_test/tests/Parsing/Markdown/
H A DGfmSpecTest.php09f34c310b22c62a5c9b4b7c2147a44baa6fdc6b Mon May 04 11:55:51 UTC 2026 Andreas Gohr <andi@splitbrain.org> apply spec convention: → represents a tab in GfmSpecTest

CommonMark spec.txt uses U+2192 RIGHTWARDS ARROW to visually mark
literal tab characters in examples (see spec.txt, "About this
document"). Substitute → for \t in both markdown input and
expected HTML so the corpus exercises real tab handling.

Surfaced by GfmNumericEntity: example #336 (&#9;foo) now decodes
the entity to a tab and produces correct output, but the harness
was comparing against literal → in the expected HTML.