Searched hist:"5 fdc2ff201743e133bc8807b586c792f742229c1" (Results 1 – 2 of 2) sorted by relevance
/dokuwiki/_test/tests/lib/exe/ |
H A D | css_css_compress.test.php | 5fdc2ff201743e133bc8807b586c792f742229c1 Tue Sep 17 03:26:40 UTC 2019 Phy <git@phy25.com> css_compress: quote placeholder to simply quote protection
There are two ways of doing this:
1. "doku" > STR1 > "doku" 2. "doku" > "1" > "doku"
#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's concern about placeholder string in the original text.
|
/dokuwiki/lib/exe/ |
H A D | css.php | 5fdc2ff201743e133bc8807b586c792f742229c1 Tue Sep 17 03:26:40 UTC 2019 Phy <git@phy25.com> css_compress: quote placeholder to simply quote protection
There are two ways of doing this:
1. "doku" > STR1 > "doku" 2. "doku" > "1" > "doku"
#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's concern about placeholder string in the original text.
|