<?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 parser_table.test.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>be906b566b9bdfd92c032ee07c4fd077d820a8d1 - moved all parsing related namespaces to their own</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#be906b566b9bdfd92c032ee07c4fd077d820a8d1</link>
        <description>moved all parsing related namespaces to their own

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Fri, 04 May 2018 12:22:09 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1 - split out parser modes into their own files</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#36dc94bb8b05aaaff6fdcf55dd6af80ca30d22b1</link>
        <description>split out parser modes into their own filesThis moves all the parser classes into their own namespace and files.Next up are the handler classes.I&apos;m not sure about the namespace, yet. A nested namepspace Parser\Modeswould probably make more sense... we&apos;ll see.This also removes the duplicated coded in the Plugin mode. We now usethe plugin trait and can inherit from AbstractMode instead.

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Sat, 28 Apr 2018 10:12:06 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dbd52c81e07da4440f3afc2e248c5b036f6bbec7 - minor optimization how cell counts are fixed in tables</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#dbd52c81e07da4440f3afc2e248c5b036f6bbec7</link>
        <description>minor optimization how cell counts are fixed in tablesarray splice operations are expensive. when many cells in a table roware missing, the operation should be executed only once instead for eachmissing cell.

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Thu, 02 Jun 2016 18:32:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>c2a1d01e2e905ab3d7fa3009aeb140fcefc32f9e - update unittests for THEAD rules</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#c2a1d01e2e905ab3d7fa3009aeb140fcefc32f9e</link>
        <description>update unittests for THEAD rules

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Sun, 16 Mar 2014 20:26:44 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>4e60057c8ccbee18b94a64208311f9bbb338eec6 - Merge branch &apos;master&apos; into tablethead</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#4e60057c8ccbee18b94a64208311f9bbb338eec6</link>
        <description>Merge branch &apos;master&apos; into tablethead

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Wed, 12 Mar 2014 18:39:11 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>5a41afe6e3b958291893a0a10105cd41971fb141 - FS#1833 (b)</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#5a41afe6e3b958291893a0a10105cd41971fb141</link>
        <description>FS#1833 (b)Prevent table entry syntax swallowing multiple preceeding blank lines(a) this shouldn&apos;t be necessary, blank lines are handled by paragraph    processing(b) avoids issues with greedy table syntax competing with plugins

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Sun, 01 Dec 2013 17:57:03 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>e0328e30d24321e319e2733192bf829b9000c5eb - swap order ot test parameters to match expected,actual as per documentation &amp; test output</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#e0328e30d24321e319e2733192bf829b9000c5eb</link>
        <description>swap order ot test parameters to match expected,actual as per documentation &amp; test output

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Fri, 18 Oct 2013 13:42:46 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>688ce8d8ab7995792e25b09b8481dc04c8363aab - update tests for use with &lt;THEAD&gt; changes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#688ce8d8ab7995792e25b09b8481dc04c8363aab</link>
        <description>update tests for use with &lt;THEAD&gt; changes

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Fri, 18 Oct 2013 13:38:10 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>f05a1cc5fcdb4c2b6ee3cbf499f980f800dbd105 - Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implements FS#1764</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#f05a1cc5fcdb4c2b6ee3cbf499f980f800dbd105</link>
        <description>Wrap thead around 1st row, when 1st cell at 1st row is tableheader. Implements FS#1764

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Thu, 17 Oct 2013 21:11:33 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0d9a72ff5d870d72772f5f6b4b83b8ee0b4a1f05 - added unittests for rowspans at first table row</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#0d9a72ff5d870d72772f5f6b4b83b8ee0b4a1f05</link>
        <description>added unittests for rowspans at first table row

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Wed, 25 Sep 2013 16:16:00 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f8369d7d6e37248d6523fdac6e1d760fca4f1b52 - moved _testing to _test</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/parser_table.test.php#f8369d7d6e37248d6523fdac6e1d760fca4f1b52</link>
        <description>moved _testing to _test

            List of files:
            /dokuwiki/_test/tests/inc/parser/parser_table.test.php</description>
        <pubDate>Wed, 18 Apr 2012 10:08:28 +0000</pubDate>
        <dc:creator>Tobias Sarnowski &lt;sarnowski@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
