<?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 css_css_compress.test.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2f5645efb6338abcacae559d6f5d3eeeca978051 - add trim, and polish test_quotes of css_compress, again</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#2f5645efb6338abcacae559d6f5d3eeeca978051</link>
        <description>add trim, and polish test_quotes of css_compress, againAn edge case that space at the beginning won&apos;t get removed.

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Sun, 19 Jan 2020 21:30:19 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>74be1290b92e23fd862a630226f5193bc2289f26 - polish test_quotes of css_compress</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#74be1290b92e23fd862a630226f5193bc2289f26</link>
        <description>polish test_quotes of css_compressNow the testcase string should be clearer to read

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Sun, 19 Jan 2020 21:15:22 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>c52c9e2b742a761bf79d2e9a203a7dee54eb0102 - Add test_escapedQuotes to css_compress</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#c52c9e2b742a761bf79d2e9a203a7dee54eb0102</link>
        <description>Add test_escapedQuotes to css_compressThank you @micgro42!Co-Authored-By: Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Sun, 19 Jan 2020 20:59:50 +0000</pubDate>
        <dc:creator>Henry Pan &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>5fdc2ff201743e133bc8807b586c792f742229c1 - css_compress: quote placeholder to simply quote protection</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#5fdc2ff201743e133bc8807b586c792f742229c1</link>
        <description>css_compress: quote placeholder to simply quote protectionThere are two ways of doing this:1. &quot;doku&quot; &gt; STR1 &gt; &quot;doku&quot;2. &quot;doku&quot; &gt; &quot;1&quot; &gt; &quot;doku&quot;#1 is what I did before. I did replace STRN with a new placeholder in the previous implementation so that there is no conflict. However #2 is more elegant, so this commit implements it.Test is updated to address splitbrain&apos;s concern about placeholder string in the original text.

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Tue, 17 Sep 2019 03:26:40 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>a9bd2f2f81ebedb678d5dfc3f0a62284b30c48c0 - add quotes test for #2517</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#a9bd2f2f81ebedb678d5dfc3f0a62284b30c48c0</link>
        <description>add quotes test for #2517

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Thu, 10 Jan 2019 03:51:54 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>918a4468877109c2ba2f82fa4e1a225a4738ed9a - don&apos;t treat double slashes as comments when used in string</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#918a4468877109c2ba2f82fa4e1a225a4738ed9a</link>
        <description>don&apos;t treat double slashes as comments when used in stringThis avoids treating double slashes as single line comments in CSS whenthey are used in a filter or content string.closes #638

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Wed, 14 May 2014 17:24:01 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e80146ebf289d9243a864b9c8db1d97ba9516724 - added another test for fe5a50</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#e80146ebf289d9243a864b9c8db1d97ba9516724</link>
        <description>added another test for fe5a50That commit did not test what it actually made for. Handling protocolrelative URLs in CSS.

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Tue, 13 May 2014 18:01:51 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>fe5a50c39e9bd837f887ea7ad8335717a6c6ab92 - fix single line comments in CSS compression</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#fe5a50c39e9bd837f887ea7ad8335717a6c6ab92</link>
        <description>fix single line comments in CSS compressiondouble slashes in url() always have to be ignored

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Wed, 05 Mar 2014 18:37:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>0499ebedfee66081086cd4ec5951365341072c88 - added (failing) test case for broken jquery ui compression</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#0499ebedfee66081086cd4ec5951365341072c88</link>
        <description>added (failing) test case for broken jquery ui compression

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Wed, 05 Mar 2014 16:00:09 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>a467e020fa551217347181ffd6915c7d29e6ff59 - Added unit tests for CSS shorthand compression FS#2509</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#a467e020fa551217347181ffd6915c7d29e6ff59</link>
        <description>Added unit tests for CSS shorthand compression FS#2509

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Tue, 15 Oct 2013 09:35:26 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>050f8f4ddc32167e205a190eec9a60ad8f3caed5 - removed unecessary requiresin unit tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#050f8f4ddc32167e205a190eec9a60ad8f3caed5</link>
        <description>removed unecessary requiresin unit tests

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.test.php</description>
        <pubDate>Tue, 01 May 2012 20:58:57 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f8369d7d6e37248d6523fdac6e1d760fca4f1b52 - moved _testing to _test</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/lib/exe/css_css_compress.test.php#f8369d7d6e37248d6523fdac6e1d760fca4f1b52</link>
        <description>moved _testing to _test

            List of files:
            /dokuwiki/_test/tests/lib/exe/css_css_compress.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>
