Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | textile-double-escape-bug.t: tolerate any valid encoding | Simon McVittie | 2015-01-06 |
| | | | | | | | | | | Discount in current Debian unstable turns the IURI href into a URI by encoding the Unicode as UTF-8 and %-escaping each byte. That is valid, and matches Wikipedia's expectations, but was breaking this test for me. It would also be entirely valid (and lead to equivalent parsing) if the รถ was represented as ö, ö or ö in the text and/or the href. | ||
* | Turn positive test for wrong behaviour into a TODO test for right behaviour | Simon McVittie | 2015-01-06 |
| | | | | | We don't want ikiwiki's tests to stop passing when Text::Textile is fixed. | ||
* | Document an annoying Text::Textile encoding bug. | Amitai Schlair | 2014-12-22 |